Iterate on icon in Fab in the room list.

This commit is contained in:
Benoit Marty 2023-09-07 15:49:51 +02:00
parent b9896bab80
commit 3d6b5976e3
2 changed files with 10 additions and 10 deletions

View file

@ -219,8 +219,7 @@ fun RoomListContent(
onClick = onCreateRoomClicked
) {
Icon(
// Correct icon alignment for better rendering.
modifier = Modifier.padding(start = 1.dp, bottom = 1.dp),
// Note cannot use Icons.Outlined.EditSquare, it does not exist :/
resourceId = DrawableR.drawable.ic_edit_square,
contentDescription = stringResource(id = R.string.screen_roomlist_a11y_create_message)
)