Skip to content

Commit 6dfcba3

Browse files
committed
1 parent cc56b85 commit 6dfcba3

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
@@ -826,7 +826,7 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
826826
backgroundColor: WidgetStatePropertyAll(messageListTheme.unreadMarker),
827827
),
828828
onPressed: _loading ? null : () => _handlePress(context),
829-
icon: const Icon(Icons.playlist_add_check),
829+
icon: Icon(ZulipIcons.message_checked),
830830
label: Text(zulipLocalizations.markAllAsReadLabel))))));
831831
}
832832
}

0 commit comments

Comments
 (0)