I’m working on an app that has a custom background color. I’m using the .background
modifier on ContentView
.
When the app starts up, there’s a white / black flash (which might be fixed with a splash screen), but more importantly, there’s a white / black background behind sheets.
Can you define that background color, similar to how you can define AccentColor
in the Assets?