Skip to content

Commit 9e7a237

Browse files
committed
1 parent 96267fd commit 9e7a237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/message_list.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
852852
backgroundColor: WidgetStatePropertyAll(messageListTheme.unreadMarker),
853853
),
854854
onPressed: _loading ? null : () => _handlePress(context),
855-
icon: const Icon(Icons.playlist_add_check),
855+
icon: Icon(ZulipIcons.message_checked),
856856
label: Text(zulipLocalizations.markAllAsReadLabel))))));
857857
}
858858
}

0 commit comments

Comments
 (0)