[iOS] Create public space #143

- Update after design review
This commit is contained in:
Gil Eluard
2021-12-09 09:04:21 +01:00
parent 939baf9321
commit 2a9ade5c39
16 changed files with 29 additions and 21 deletions
@@ -41,7 +41,7 @@ struct SpaceCreationPostProcess: View {
buttonsPanel
}
.animation(.easeIn(duration: 0.2), value: viewModel.viewState.errorCount)
.padding(EdgeInsets(top: 24, leading: 16, bottom: 24, trailing: 16))
.padding(EdgeInsets(top: 0, leading: 16, bottom: 24, trailing: 16))
.navigationBarHidden(true)
.background(theme.colors.background)
.frame(maxHeight: .infinity)