We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96267fd commit 9e7a237Copy full SHA for 9e7a237
lib/widgets/message_list.dart
@@ -852,7 +852,7 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
852
backgroundColor: WidgetStatePropertyAll(messageListTheme.unreadMarker),
853
),
854
onPressed: _loading ? null : () => _handlePress(context),
855
- icon: const Icon(Icons.playlist_add_check),
+ icon: Icon(ZulipIcons.message_checked),
856
label: Text(zulipLocalizations.markAllAsReadLabel))))));
857
}
858
0 commit comments