You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msglist: Fix mark-as-read button icon color in dark mode
After sweeping through the message-list screen to implement dark
theme (#843), in late July, the Flutter framework merged
flutter/flutter#143501, in early August. This made it so our
`foregroundColor` no longer controlled the icon color, as promised
in the dartdocs of `foregroundColor` and `iconColor`. I commented
about this on that Flutter PR thread just now:
flutter/flutter#143501 (comment)Fixes: #926
0 commit comments