Add padding to prevent keyboard occlusion

This commit is contained in:
Angelo Stavrow 2021-11-28 08:05:04 -05:00
parent dff18e9d36
commit 92e31902f8
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -106,6 +106,7 @@ struct ContentView: View {
}
}
}
.padding(.bottom, 24)
}
.alert(isPresented: $isShowingAlert, content: {
Alert(