Skip to content

Commit 61be55b

Browse files
committed
msglist [nfc]: Comment with TODO(#95) on mark-as-read button
1 parent a0ebda6 commit 61be55b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ class MarkAsReadWidget extends StatelessWidget {
475475
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 10 - ((48 - 38) / 2)),
476476
child: FilledButton.icon(
477477
style: FilledButton.styleFrom(
478+
// TODO(#95) need dark-theme colors (foreground and background)
478479
backgroundColor: _UnreadMarker.color,
479480
minimumSize: const Size.fromHeight(38),
480481
textStyle:

0 commit comments

Comments
 (0)