fix(styles): resolve design system audit violations
- Replace off-grid spacing (3px, 5px) with space tokens (--space-0h, --space-1) - Replace below-minimum font-size 9px with var(--text-xs) in calendar, dashboard, notes - Replace hardcoded 2.5rem with var(--text-4xl) in weather widget - Replace hardcoded box-shadow with var(--shadow-sm) in toggle thumb - Replace 0.85em and #666 with type/color tokens in print styles
This commit is contained in:
@@ -505,7 +505,7 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 9px;
|
||||
font-size: var(--text-xs);
|
||||
font-weight: var(--font-weight-bold);
|
||||
color: #ffffff;
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user