mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add padding to prevent keyboard occlusion
This commit is contained in:
parent
dff18e9d36
commit
92e31902f8
@ -106,6 +106,7 @@ struct ContentView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.padding(.bottom, 24)
|
||||
}
|
||||
.alert(isPresented: $isShowingAlert, content: {
|
||||
Alert(
|
||||
|
Loading…
Reference in New Issue
Block a user