Skip to content

Commit

Permalink
Set chart axis pointer line to --info-color (#24494)
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFreeze authored Mar 5, 2025
1 parent d899711 commit c581d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/chart/ha-chart-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit c581d6d

Please sign in to comment.