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 fab227ae05
commit cd3eda2978

View file

@ -153,7 +153,7 @@ private fun RoomListScaffold(
) { ) {
Icon( Icon(
// Note cannot use Icons.Outlined.EditSquare, it does not exist :/ // 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), contentDescription = stringResource(id = R.string.screen_roomlist_a11y_create_message),
tint = ElementTheme.colors.iconOnSolidPrimary, tint = ElementTheme.colors.iconOnSolidPrimary,
) )