[iOS] Create public space #143

- UI tweaks in space settings screen
This commit is contained in:
Gil Eluard
2021-12-16 10:59:48 +01:00
parent 2b3c02754c
commit f3949995e6
@@ -44,6 +44,9 @@ struct SpaceCreationSettings: View {
}
.background(theme.colors.background)
.navigationBarHidden(true)
.onTapGesture {
ResponderManager.resignFirstResponder()
}
}
// MARK: - Private