diff --git a/src/panels/map/ha-entity-marker.js b/src/panels/map/ha-entity-marker.js index 21c399bf62..2fb0a59637 100644 --- a/src/panels/map/ha-entity-marker.js +++ b/src/panels/map/ha-entity-marker.js @@ -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; }