Add typography tokens (#25084)

This commit is contained in:
Wendelin
2025-04-24 16:52:03 +02:00
committed by GitHub
parent c0f304ad40
commit ae74e3496c
58 changed files with 253 additions and 314 deletions

View File

@@ -220,7 +220,7 @@ export class StateBadge extends LitElement {
position: relative;
display: inline-flex;
width: 40px;
color: var(--paper-item-icon-color, #44739e);
color: var(--state-icon-color);
border-radius: var(--state-badge-border-radius, 50%);
height: 40px;
background-size: cover;