Description
UI components are duplicated across screens. Extract into a shared design system with consistent styling, theming, and accessibility.
Acceptance Criteria
Technical Scope
- src/components/common/
- src/theme/
- src/components/ui/
- Edge: platform-specific styling (iOS vs Android), RTL layout support, font scaling
Description
UI components are duplicated across screens. Extract into a shared design system with consistent styling, theming, and accessibility.
Acceptance Criteria
Technical Scope