Skip to content

Commit

Permalink
msglist [nfc]: Comment with TODO(zulip#95) on mark-as-read button
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed May 20, 2024
1 parent a0ebda6 commit 61be55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/message_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ class MarkAsReadWidget extends StatelessWidget {
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 10 - ((48 - 38) / 2)),
child: FilledButton.icon(
style: FilledButton.styleFrom(
// TODO(#95) need dark-theme colors (foreground and background)
backgroundColor: _UnreadMarker.color,
minimumSize: const Size.fromHeight(38),
textStyle:
Expand Down

0 comments on commit 61be55b

Please sign in to comment.