Use ha-font-weight typography css tokens (#25374)

Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
This commit is contained in:
Wendelin
2025-05-08 17:11:53 +02:00
committed by GitHub
parent 6692d9c6aa
commit ba4ec960c8
158 changed files with 219 additions and 189 deletions

View File

@@ -59,7 +59,7 @@ export class HaControlButton extends LitElement {
box-sizing: border-box;
line-height: inherit;
font-family: var(--ha-font-family-body);
font-weight: 500;
font-weight: var(--ha-font-weight-medium);
outline: none;
overflow: hidden;
background: none;