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

@@ -53,12 +53,12 @@ export class HaDialogHeader extends LitElement {
white-space: nowrap;
}
.header-title {
font-size: 22px;
font-size: var(--ha-font-size-xl);
line-height: 28px;
font-weight: var(--ha-font-weight-normal);
}
.header-subtitle {
font-size: 14px;
font-size: var(--ha-font-size-m);
line-height: 20px;
color: var(--secondary-text-color);
}