From 588ee2c3b13f10db1c7f172cd9956d21f5b79c4b Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Fri, 8 Oct 2021 17:17:41 +0200 Subject: [PATCH] Make zone names readable on map in dark mode (#10195) --- src/components/map/ha-map.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/map/ha-map.ts b/src/components/map/ha-map.ts index c34a819d51..2835ebb2fc 100644 --- a/src/components/map/ha-map.ts +++ b/src/components/map/ha-map.ts @@ -484,6 +484,7 @@ export class HaMap extends ReactiveElement { justify-content: center; flex-direction: column; text-align: center; + color: var(--primary-text-color); } `; }