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: improve tab bar color configuration using SwiftUI modifiers
Fix tab bar colors by using proper SwiftUI approach instead of UIKit appearance APIs:
- Use .tint(Color.primary) for selected items (auto-adapts to light/dark mode)
- Set appearance.stackedLayoutAppearance for unselected text colors
- Remove UITabBar.appearance().tintColor to fix dark mode color reversal
Light mode: selected=black, unselected=light gray (78%)
Dark mode: selected=white, unselected=dim gray (60%)
Text colors now work correctly, icon colors need further fix.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments