# UI/UX Quick Checklist Use this checklist before committing any UI changes. ## ⚡ Critical (MUST FIX) ### Touch Targets - [ ] All buttons/links ≥ 44x44px (`min-h-44px min-w-44px`) - [ ] Minimum 8px gap between interactive elements (`gap-2`) ### Typography - [ ] Body text ≥ 16px on mobile (`text-16px`) - [ ] Line height ≥ 1.5 for body text (`leading-normal`) ### Colors - [ ] Text contrast ≥ 4.5:1 for normal text - [ ] No `#bd9e84` or `text-light` for critical content - [ ] Light mode: Use `bg-white/80` minimum (not `/10`) ### Icons - [ ] **NEVER** use emoji (🎨 🚀) as UI icons - [ ] **ALWAYS** use `i-mdi-*` or `i-my-icons-*` - [ ] All icons sized consistently (`w-24px h-24px`) ### Accessibility - [ ] Icon-only buttons have `aria-label` - [ ] Form inputs have `