Set chart axis pointer line to --info-color (#24494)

This commit is contained in:
Petar Petrov 2025-03-05 12:04:56 +02:00 committed by Bram Kragten
parent e2ff8ce302
commit d55b806ce5

View File

@ -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: {},