mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-16 14:30:36 +00:00
Use ha-font-size typography css tokens (#25361)
This commit is contained in:
@@ -1071,7 +1071,7 @@ export class HaScriptEditor extends SubscribeMixin(
|
||||
align-items: center;
|
||||
}
|
||||
.header .name {
|
||||
font-size: 20px;
|
||||
font-size: var(--ha-font-size-xl);
|
||||
font-weight: var(--ha-font-weight-normal);
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user