[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 b11457693c
commit 4431ec9194
@@ -44,6 +44,9 @@ struct SpaceCreationSettings: View {
}
.background(theme.colors.background)
.navigationBarHidden(true)
.onTapGesture {
ResponderManager.resignFirstResponder()
}
}
// MARK: - Private