diff --git a/lib/widgets/message_list.dart b/lib/widgets/message_list.dart index 936758cd9f..bf123e7402 100644 --- a/lib/widgets/message_list.dart +++ b/lib/widgets/message_list.dart @@ -758,6 +758,7 @@ class _MarkAsReadWidgetState extends State { // state is disabled, pressed, etc. We handle those states // separately, via MarkAsReadAnimation. foregroundColor: const WidgetStatePropertyAll(Colors.white), + iconColor: const WidgetStatePropertyAll(Colors.white), backgroundColor: WidgetStatePropertyAll(messageListTheme.unreadMarker), ), onPressed: _loading ? null : () => _handlePress(context),