You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve tab bar color contrast in light and dark modes
Update tab bar unselected item color from 40% to 60% opacity for better
contrast and visibility in both light and dark modes.
Changes:
- Light mode: selected uses dark color, unselected uses 60% opacity dark (was 40%)
- Dark mode: selected uses white, unselected uses 60% opacity white (was 40%)
The subtle difference (100% vs 60%) provides better visual feedback while
maintaining a clean, modern look consistent with iOS design patterns.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments