mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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,
|
||||
},
|
||||
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