1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Use ha-line-height css tokens in codebase (#25468)

This commit is contained in:
Wendelin
2025-05-15 11:57:17 +02:00
committed by GitHub
parent 5bcbe98f8e
commit d2cc4a624e
109 changed files with 156 additions and 168 deletions

View File

@@ -88,7 +88,7 @@ class HcLayout extends LitElement {
font-family: var(--ha-card-header-font-family, inherit);
font-size: var(--ha-card-header-font-size, var(--ha-font-size-2xl));
letter-spacing: -0.012em;
line-height: 32px;
line-height: var(--ha-line-height-condensed);
padding: 24px 16px 16px;
display: block;
margin: 0;