[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
@@ -57,7 +57,7 @@ struct SpaceCreationMenu: View {
.frame(minHeight: reader.size.height - 2)
}
}
.padding(EdgeInsets(top: 24, leading: 16, bottom: 24, trailing: 16))
.padding(EdgeInsets(top: 0, leading: 16, bottom: 24, trailing: 16))
}
.background(theme.colors.background)
}