Common Issues
Common Issues
Issue: Design looks generic
- Cause: Using default fonts and colors
- Solution: Audit for Inter/Roboto/system fonts, replace with distinctive choices
Issue: Animations feel janky
- Cause: Using wrong easing or duration
- Solution: Use
ease-outfor entrances, keep durations 200-600ms
Issue: Layout breaks on mobile
- Cause: Fixed widths or no responsive breakpoints
- Solution: Use relative units, add media queries, test at 320px
Issue: Colors clash in dark mode
- Cause: Using light-mode palette directly
- Solution: Design dark mode first, derive light mode from it