mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Use ha-line-height css tokens in codebase (#25468)
This commit is contained in:
@@ -108,7 +108,7 @@ class StateInfo extends LitElement {
|
||||
|
||||
.name.in-dialog,
|
||||
:host([secondary-line]) .name {
|
||||
line-height: 20px;
|
||||
line-height: var(--ha-line-height-condensed);
|
||||
}
|
||||
|
||||
.time-ago,
|
||||
|
||||
Reference in New Issue
Block a user