Create room: more spacing under selected users
This commit is contained in:
parent
9827c30fc0
commit
08ff69e682
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue