We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7a8a8 commit 21c6f92Copy full SHA for 21c6f92
features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListView.kt
@@ -153,7 +153,7 @@ private fun RoomListScaffold(
153
) {
154
Icon(
155
// Note cannot use Icons.Outlined.EditSquare, it does not exist :/
156
- imageVector = CompoundIcons.Compose(),
+ imageVector = CompoundIcons.Plus(),
157
contentDescription = stringResource(id = R.string.screen_roomlist_a11y_create_message),
158
tint = ElementTheme.colors.iconOnSolidPrimary,
159
)
0 commit comments