Update ha-entity-marker.ts: add CSS variable for border-radius (#20914)

* Update ha-entity-marker.ts

* fix whitespace
This commit is contained in:
ildar170975 2024-06-03 16:40:46 +03:00 committed by GitHub
parent 6bee3ef45c
commit d9a9038cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);