Closed anthony1810 closed 1 year ago
Does anybody able to change the accentColor when tabbar item is selected? I already tried setup global accent Color but no luck. Still that default blue.
func makeEventsTabItem(isActive: Bool) -> some View { SwiftUI.Group { Image.calFilled.renderingMode(.template) .accentColor(.rookiePrimary) Text("Events".uppercased()) .accentColor(.rookiePrimary) } .accentColor(.rookiePrimary) }```
Does anybody able to change the accentColor when tabbar item is selected? I already tried setup global accent Color but no luck. Still that default blue.