Skip to content

Commit b05f96d

Browse files
committed
msglist: Change the icon for the "Mark all messages as read" button at the bottom of the message list
1 parent e9f97d2 commit b05f96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
855855
backgroundColor: WidgetStatePropertyAll(messageListTheme.unreadMarker),
856856
),
857857
onPressed: _loading ? null : () => _handlePress(context),
858-
icon: const Icon(Icons.playlist_add_check),
858+
icon: const Icon(ZulipIcons.message_checked),
859859
label: Text(zulipLocalizations.markAllAsReadLabel))))));
860860
}
861861
}

0 commit comments

Comments
 (0)