feat(join by alias) : replace Icons.Compose by Icons.Plus on home
This commit is contained in:
parent
fab227ae05
commit
cd3eda2978
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue