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 GitHub
parent d899711a48
commit c581d6d028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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