mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Charts: add styles for legend page controls (#24081)
This commit is contained in:
parent
f2e35dc70a
commit
d51f8995dd
@ -480,6 +480,11 @@ export class HaChartBase extends LitElement {
|
|||||||
color: style.getPropertyValue("--primary-text-color"),
|
color: style.getPropertyValue("--primary-text-color"),
|
||||||
},
|
},
|
||||||
inactiveColor: style.getPropertyValue("--disabled-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: {
|
tooltip: {
|
||||||
axisPointer: {
|
axisPointer: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user