Create room: more spacing under selected users

This commit is contained in:
Chris Smith
2023-06-01 13:30:39 +01:00
parent fb147f78b0
commit 30e4fad93c

View File

@@ -130,6 +130,7 @@ fun ConfigureRoomView(
if (state.config.invites.isNotEmpty()) {
item {
SelectedUsersList(
modifier = Modifier.padding(bottom = 16.dp),
contentPadding = PaddingValues(horizontal = 24.dp),
selectedUsers = state.config.invites,
onUserRemoved = {