Updated our app’s dark mode based on user feedback.
- Contrast ratios still matter
- WCAG checks catch weird corner cases
- Use
prefers-color-scheme
carefully
Design in both modes. Otherwise, you’re shipping bugs in disguise.
prefers-color-scheme
carefully