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
fix: simplify tab bar color configuration with accentColor
Simplify the tab bar color implementation:
- Use UITabBar.appearance().unselectedItemTintColor for unselected items (both icons and text)
- Use .accentColor(Color.primary) modifier on TabView for selected items
- Remove complex UITabBarAppearance layout configurations
This simpler approach should properly apply colors to both icons and text:
- Light mode: selected=black, unselected=light gray (78%)
- Dark mode: selected=white, unselected=dim gray (60%)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments