iOSApp, remove preferredColorScheme in SwiftUI
This commit is contained in:
parent
c20faa0995
commit
6a8fafa9a6
@ -7,7 +7,7 @@ struct iOSApp: App {
|
|||||||
ZStack {
|
ZStack {
|
||||||
Color.white.ignoresSafeArea(.all) // status bar color
|
Color.white.ignoresSafeArea(.all) // status bar color
|
||||||
ContentView()
|
ContentView()
|
||||||
}.preferredColorScheme(.light)
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user