mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 20:40:29 +00:00
Use ha-line-height css tokens in codebase (#25468)
This commit is contained in:
@@ -54,7 +54,7 @@ export class HaDialogHeader extends LitElement {
|
||||
}
|
||||
.header-title {
|
||||
font-size: var(--ha-font-size-xl);
|
||||
line-height: 28px;
|
||||
line-height: var(--ha-line-height-condensed);
|
||||
font-weight: var(--ha-font-weight-normal);
|
||||
}
|
||||
.header-subtitle {
|
||||
|
||||
Reference in New Issue
Block a user