Fix entity marker border color (#6041)

This commit is contained in:
Bram Kragten 2020-05-25 16:47:21 +02:00 committed by GitHub
parent deb179ad38
commit acc024bcf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,7 @@ class HaEntityMarker extends EventsMixin(PolymerElement) {
line-height: 2.5em;
font-size: 1.5em;
border-radius: 50%;
border: 0.1em solid
var(--ha-marker-color, var(--default-primary-color));
border: 0.1em solid var(--ha-marker-color, var(--primary-color));
color: rgb(76, 76, 76);
background-color: white;
}