Skip to content

Commit

Permalink
msglist: Change the icon for the "Mark all messages as read" button a…
Browse files Browse the repository at this point in the history
…t the bottom of the message list
  • Loading branch information
tomlin7 committed Feb 21, 2025
1 parent e9f97d2 commit b05f96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/message_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ class _MarkAsReadWidgetState extends State<MarkAsReadWidget> {
backgroundColor: WidgetStatePropertyAll(messageListTheme.unreadMarker),
),
onPressed: _loading ? null : () => _handlePress(context),
icon: const Icon(Icons.playlist_add_check),
icon: const Icon(ZulipIcons.message_checked),
label: Text(zulipLocalizations.markAllAsReadLabel))))));
}
}
Expand Down

0 comments on commit b05f96d

Please sign in to comment.