feat(join by alias) : replace Icons.Compose by Icons.Plus on home
This commit is contained in:
@@ -153,7 +153,7 @@ private fun RoomListScaffold(
|
||||
) {
|
||||
Icon(
|
||||
// Note cannot use Icons.Outlined.EditSquare, it does not exist :/
|
||||
imageVector = CompoundIcons.Compose(),
|
||||
imageVector = CompoundIcons.Plus(),
|
||||
contentDescription = stringResource(id = R.string.screen_roomlist_a11y_create_message),
|
||||
tint = ElementTheme.colors.iconOnSolidPrimary,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user