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

This commit is contained in:
Bram Kragten 2025-02-05 15:04:14 +01:00
parent f2e35dc70a
commit d51f8995dd

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: {