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