mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
- Fixed - Other minor code / UI tweaks
This commit is contained in:
@@ -31,7 +31,7 @@ struct AddRoomSelector: View {
|
||||
|
||||
var body: some View {
|
||||
MatrixItemChooser(viewModel: viewModel, listBottomPadding: nil)
|
||||
.background(theme.colors.background)
|
||||
.background(theme.colors.background.ignoresSafeArea())
|
||||
.navigationBarItems(leading: cancelButton, trailing: doneButton)
|
||||
.accentColor(theme.colors.accent)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user