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

@@ -228,7 +228,7 @@ export class DialogEnterCode
height: 56px;
--control-button-border-radius: 28px;
--mdc-icon-size: 24px;
font-size: 24px;
font-size: var(--ha-font-size-2xl);
}
.submit {
--control-button-background-color: var(--green-color);