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

@@ -1071,7 +1071,7 @@ export class HaScriptEditor extends SubscribeMixin(
align-items: center;
}
.header .name {
font-size: 20px;
font-size: var(--ha-font-size-xl);
font-weight: var(--ha-font-weight-normal);
flex: 1;
}