set alignment to leading on welcome screen zstack

This commit is contained in:
Satindar Dhillon 2022-06-01 11:23:16 -07:00
parent 35a40363f2
commit 4b014c49ab

View file

@ -162,7 +162,7 @@ struct WelcomeView: View {
}
public var body: some View {
ZStack {
ZStack(alignment: .leading) {
Color.appDeepBackground
.edgesIgnoringSafeArea(.all)
.modifier(SizeModifier())