Use ha-font-size typography css tokens (#25361)

This commit is contained in:
Wendelin
2025-05-09 13:47:25 +02:00
committed by GitHub
parent 06bd1ae4cd
commit 3058fcad46
184 changed files with 303 additions and 285 deletions

View File

@@ -58,7 +58,7 @@ class HaEntityMarker extends LitElement {
box-sizing: border-box;
width: 48px;
height: 48px;
font-size: var(--ha-marker-font-size, 1.5em);
font-size: var(--ha-marker-font-size, var(--ha-font-size-xl));
border-radius: var(--ha-marker-border-radius, 50%);
border: 1px solid var(--ha-marker-color, var(--primary-color));
color: var(--primary-text-color);