Create room: more spacing under selected users
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user