to change active item color you only have to add TabView().accentColor(you_Color_here)
to change inactive item color .onAppear{
UITabBar.appearance().unselectedItemTintColor = UIColor(theme.colors.secondary)
}
Post
Replies
Boosts
Views
Activity
Hi, Dieber did you find anything on this?