Charts: add styles for legend page controls (#24081)

This commit is contained in:
Bram Kragten 2025-02-05 15:04:14 +01:00 committed by GitHub
parent fef162346a
commit ad48732bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -480,6 +480,11 @@ export class HaChartBase extends LitElement {
color: style.getPropertyValue("--primary-text-color"),
},
inactiveColor: style.getPropertyValue("--disabled-text-color"),
pageIconColor: style.getPropertyValue("--primary-text-color"),
pageIconInactiveColor: style.getPropertyValue("--disabled-text-color"),
pageTextStyle: {
color: style.getPropertyValue("--secondary-text-color"),
},
},
tooltip: {
axisPointer: {