Hi, Dieber did you find anything on this?
Post
Replies
Boosts
Views
Activity
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)
}