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 e9f97d2 commit b05f96dCopy full SHA for b05f96d
lib/widgets/message_list.dart
@@ -855,7 +855,7 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
855
backgroundColor: WidgetStatePropertyAll(messageListTheme.unreadMarker),
856
),
857
onPressed: _loading ? null : () => _handlePress(context),
858
- icon: const Icon(Icons.playlist_add_check),
+ icon: const Icon(ZulipIcons.message_checked),
859
label: Text(zulipLocalizations.markAllAsReadLabel))))));
860
}
861
0 commit comments