Fix appearance splash

This commit is contained in:
Ethan Pippin 2021-10-15 16:04:41 -06:00
parent ce22b737e1
commit 6220a00fc0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ struct JellyfinPlayerApp: App {
var body: some Scene {
WindowGroup {
// TODO: Replace with a SplashView
Color(appAppearance.style == .dark ? UIColor.black : UIColor.white)
Color(appAppearance.style == .light ? UIColor.white : UIColor.black)
.ignoresSafeArea()
.onAppear {
setupAppearance()