Merge remote-tracking branch 'origin/main' into support/1.5.0
This commit is contained in:
commit
f18d896653
@ -4,10 +4,7 @@ import SwiftUI
|
|||||||
struct iOSApp: App {
|
struct iOSApp: App {
|
||||||
var body: some Scene {
|
var body: some Scene {
|
||||||
WindowGroup {
|
WindowGroup {
|
||||||
ZStack {
|
|
||||||
Color.white.ignoresSafeArea(.all) // status bar color
|
|
||||||
ContentView()
|
ContentView()
|
||||||
}.preferredColorScheme(.light)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user