The gradient comes from the .background of the parent ScrollView. I am able to change the gradient behind the navigation bar using the following code: struct TabContent: View { var gradientColor: Color var body: some View { ScrollView{ ListView() } .ignoresSafeArea() .background(gradientColor) } } Travis Trotto - DTS Engineer
Topic:
UI Frameworks
SubTopic:
SwiftUI