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