Fix compilation issue

This commit is contained in:
Benoit Marty 2023-07-20 20:01:35 +02:00
parent 4a3ba10ad5
commit fce5234c7f

View file

@ -153,7 +153,7 @@ private fun ContentToPreview() {
SelectedUsersList( SelectedUsersList(
selectedUsers = aMatrixUserList().take(6).toImmutableList(), selectedUsers = aMatrixUserList().take(6).toImmutableList(),
modifier = Modifier modifier = Modifier
.width((200 + (i * 20).dp) .width((200 + i * 20).dp)
.border(1.dp, Color.Red) .border(1.dp, Color.Red)
) )
} }