From 49757116342fcb0d2cb4975c4490d2e4c576e822 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Thu, 30 May 2024 03:24:59 +0300 Subject: [PATCH 1/2] Update ha-entity-marker.ts --- src/components/map/ha-entity-marker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/ha-entity-marker.ts b/src/components/map/ha-entity-marker.ts index 248ace4af741..9bde62f9b084 100644 --- a/src/components/map/ha-entity-marker.ts +++ b/src/components/map/ha-entity-marker.ts @@ -48,7 +48,7 @@ class HaEntityMarker extends LitElement { width: 48px; height: 48px; font-size: var(--ha-marker-font-size, 1.5em); - border-radius: 50%; + border-radius: var(--ha-marker-border-radius,50%); border: 1px solid var(--ha-marker-color, var(--primary-color)); color: var(--primary-text-color); background-color: var(--card-background-color); From 263f775f05d21cd510eae436d17b76fe5f6b7887 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Thu, 30 May 2024 13:32:42 +0300 Subject: [PATCH 2/2] fix whitespace --- src/components/map/ha-entity-marker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/ha-entity-marker.ts b/src/components/map/ha-entity-marker.ts index 9bde62f9b084..178de1063f6c 100644 --- a/src/components/map/ha-entity-marker.ts +++ b/src/components/map/ha-entity-marker.ts @@ -48,7 +48,7 @@ class HaEntityMarker extends LitElement { width: 48px; height: 48px; font-size: var(--ha-marker-font-size, 1.5em); - border-radius: var(--ha-marker-border-radius,50%); + border-radius: var(--ha-marker-border-radius, 50%); border: 1px solid var(--ha-marker-color, var(--primary-color)); color: var(--primary-text-color); background-color: var(--card-background-color);