I'm trying to change the black background color globally (app-wide) in SwiftUI dark mode, but I can't find a way to do so, the .background(View) modified changes only the background for the view it's applied to, which is not what I'm looking for!
I tried overriding the UIColor.systemBackground but it doesn't seem to have any effect actually!
Edit: here's a screenshot of what I have right now and what I'm looking for!

