I am trying to change the color of selected tab in TabBar, but nothing worked. I can change the TabBar backgroundColor by writing
backgroundColor
struct Co
Use accentColor: https://developer.apple.com/documentation/swiftui/tabview/3368073-accentcolor
accentColor
TabView { // fill this out with your tabbed content } .accentColor(.orange)