Update font-weight

This commit is contained in:
Wendelin
2025-04-28 16:55:39 +02:00
parent 514b6568e5
commit b36b4d734b
164 changed files with 237 additions and 242 deletions

View File

@@ -36,7 +36,7 @@ export class HaConditionSelector extends LitElement {
label {
display: block;
margin-bottom: 4px;
font-weight: 500;
font-weight: var(--ha-font-weight-semibold);
}
`;
}