Make zone names readable on map in dark mode (#10195)

This commit is contained in:
Philip Allgaier 2021-10-08 17:17:41 +02:00 committed by Bram Kragten
parent 48c9c89e3d
commit b157cf5294
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -484,6 +484,7 @@ export class HaMap extends ReactiveElement {
justify-content: center;
flex-direction: column;
text-align: center;
color: var(--primary-text-color);
}
`;
}