Fix compilation issue
This commit is contained in:
parent
73ae59a3ca
commit
1be26c9fad
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ private fun ContentToPreview() {
|
|||
SelectedUsersList(
|
||||
selectedUsers = aMatrixUserList().take(6).toImmutableList(),
|
||||
modifier = Modifier
|
||||
.width((200 + (i * 20).dp)
|
||||
.width((200 + i * 20).dp)
|
||||
.border(1.dp, Color.Red)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue