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)
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: