We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc56b85 commit 6dfcba3Copy full SHA for 6dfcba3
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