Skip to content

Commit d4a49ec

Browse files
committed
change (room member moderation) : update icon to match figma
1 parent b880a11 commit d4a49ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/roommembermoderation/impl/src/main/kotlin/io/element/android/features/roommembermoderation/impl/RoomMemberModerationView.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,9 @@ private fun RoomMemberActionsBottomSheet(
256256
when (val action = actionState.action) {
257257
is ModerationAction.DisplayProfile -> {
258258
ListItem(
259+
style = ListItemStyle.Primary,
259260
headlineContent = { Text(stringResource(R.string.screen_bottom_sheet_manage_room_member_member_user_info)) },
260-
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Info())),
261+
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.UserProfile())),
261262
onClick = {
262263
coroutineScope.launch {
263264
onSelectAction(action, user)

0 commit comments

Comments
 (0)