mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set alignment to leading on welcome screen zstack
This commit is contained in:
parent
35a40363f2
commit
4b014c49ab
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ struct WelcomeView: View {
|
|||
}
|
||||
|
||||
public var body: some View {
|
||||
ZStack {
|
||||
ZStack(alignment: .leading) {
|
||||
Color.appDeepBackground
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
.modifier(SizeModifier())
|
||||
|
|
|
|||
Loading…
Reference in a new issue