I have a simple List with a header like this:
NavigationStack{ List{ Section{ View() }header:{ Text("Section Header") } } .listStyle(.plain)}and when scrolling the list, the header gets this weird translucent background that I hate:
Is there a way to make the background not translucent, just dark or light based on the color scheme? I tried to set the section background to clear or custom colors with no success.
