From 4b014c49aba02fa67960bb62000a9352b5a8cc20 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Wed, 1 Jun 2022 11:23:16 -0700 Subject: [PATCH] set alignment to leading on welcome screen zstack --- apple/OmnivoreKit/Sources/App/Views/WelcomeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/WelcomeView.swift b/apple/OmnivoreKit/Sources/App/Views/WelcomeView.swift index e07a6edb2..8ca08098d 100644 --- a/apple/OmnivoreKit/Sources/App/Views/WelcomeView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/WelcomeView.swift @@ -162,7 +162,7 @@ struct WelcomeView: View { } public var body: some View { - ZStack { + ZStack(alignment: .leading) { Color.appDeepBackground .edgesIgnoringSafeArea(.all) .modifier(SizeModifier())