diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index 2975610e9b..b5656fad04 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -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: {},