mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Set chart axis pointer line to --info-color (#24494)
This commit is contained in:
parent
d899711a48
commit
c581d6d028
@ -574,8 +574,8 @@ export class HaChartBase extends LitElement {
|
|||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
},
|
},
|
||||||
axisPointer: {
|
axisPointer: {
|
||||||
lineStyle: { color: style.getPropertyValue("--divider-color") },
|
lineStyle: { color: style.getPropertyValue("--info-color") },
|
||||||
crossStyle: { color: style.getPropertyValue("--divider-color") },
|
crossStyle: { color: style.getPropertyValue("--info-color") },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
timeline: {},
|
timeline: {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user