From c581d6d028ca82ea6073ffb8f06ff3c37b9a99fd Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Wed, 5 Mar 2025 12:04:56 +0200 Subject: [PATCH] Set chart axis pointer line to --info-color (#24494) --- src/components/chart/ha-chart-base.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {},