a11y: --text-2xs Token entfernt, 12px Minimum (Redesign Phase G)
- --text-2xs (11px) aus tokens.css gelöscht - Alle 8 Referenzen → --text-xs (12px) migriert: Nav-Labels, Badges, Event-Time, Meal-Slots, Avatare - 12px Mindestgröße für alle sichtbaren Texte (Mobile-PWA-Lesbarkeit) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
border-radius: var(--radius-full);
|
||||
background-color: var(--color-accent);
|
||||
color: #fff;
|
||||
font-size: var(--text-2xs);
|
||||
font-size: var(--text-xs);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@@ -372,7 +372,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: var(--text-2xs);
|
||||
font-size: var(--text-xs);
|
||||
font-weight: var(--font-weight-bold);
|
||||
color: #fff;
|
||||
flex-shrink: 0;
|
||||
@@ -497,7 +497,7 @@
|
||||
border-radius: var(--radius-full);
|
||||
background-color: var(--color-danger);
|
||||
color: #fff;
|
||||
font-size: var(--text-2xs);
|
||||
font-size: var(--text-xs);
|
||||
font-weight: var(--font-weight-bold);
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user