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 GitHub
parent 038033cf27
commit 588ee2c3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}
`;
}