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:
@@ -173,7 +173,7 @@
|
||||
}
|
||||
|
||||
.nav-item__label {
|
||||
font-size: var(--text-2xs);
|
||||
font-size: var(--text-xs);
|
||||
font-weight: var(--font-weight-medium);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user