In iOS 16 when you are using NavigationStack, you might use the .tint(YourColorHere):
NavigationStack {
// UI components here
}
.tint(YourColorHere)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: