SP3.1: Update room settings for Spaces #5231

- Added list bottom padding to MatrixItemChooser view
This commit is contained in:
Gil Eluard
2022-02-06 16:08:26 +01:00
parent fd765a9288
commit 164fd65eef
9 changed files with 11 additions and 18 deletions
@@ -48,7 +48,7 @@ struct SpaceCreationMatrixItemChooser: View {
@ViewBuilder
private var mainView: some View {
ZStack(alignment: .bottom) {
MatrixItemChooser(viewModel: viewModel)
MatrixItemChooser(viewModel: viewModel, listBottomPadding: 72)
footerView
}
}