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 e9e8ac0 commit 1021c36Copy full SHA for 1021c36
lib/widgets/message_list.dart
@@ -826,7 +826,7 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
826
backgroundColor: WidgetStatePropertyAll(messageListTheme.unreadMarker),
827
),
828
onPressed: _loading ? null : () => _handlePress(context),
829
- icon: const Icon(Icons.playlist_add_check),
+ icon: Icon(ZulipIcons.message_checked),
830
label: Text(zulipLocalizations.markAllAsReadLabel))))));
831
}
832
0 commit comments