Update RiotSwiftUI/Modules/Spaces/AddRoomSelector/View/AddRoomSelector.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Gil Eluard
2022-02-15 19:14:04 +01:00
committed by GitHub
parent 58c873d7d8
commit 423c7e5937

View File

@@ -27,7 +27,6 @@ struct AddRoomSelector: View {
@Environment(\.theme) private var theme: ThemeSwiftUI
@ViewBuilder
var body: some View {
MatrixItemChooser(viewModel: viewModel)
.background(theme.colors.background)