[iOS] Create public space #143

- UI tweaks in space settings screen
This commit is contained in:
Gil Eluard
2021-12-23 15:24:46 +01:00
parent a5f9dd49c4
commit 8f93d61ab7
4 changed files with 56 additions and 82 deletions
@@ -72,7 +72,7 @@ struct SpaceCreationPostProcess: View {
@ViewBuilder
private var buttonsPanel: some View {
HStack {
ThemableButton(icon: nil, title: VectorL10n.done) {
ThemableButton(icon: nil, title: VectorL10n.cancel) {
viewModel.send(viewAction: .cancel)
}
ThemableButton(icon: nil, title: VectorL10n.retry) {