feat(join by alias) : replace Icons.Compose by Icons.Plus on home

This commit is contained in:
ganfra 2025-02-19 17:46:52 +01:00
parent 1a7a8a860a
commit 21c6f9297d

View file

@ -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,
)