Skip to content

Commit 53440c7

Browse files
committed
msglist [nfc]: Add TODO on date-separator line about dark theme
This gives a path forward for dark theme (#95), even with the open question we commented about in the previous commit.
1 parent cd6c022 commit 53440c7

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
@@ -524,6 +524,7 @@ class DateSeparator extends StatelessWidget {
524524
// - opacity 0.15
525525
static const _line = BorderSide(
526526
width: 0,
527+
// TODO(#95) in dark theme, use white, following web
527528
color: Colors.black);
528529

529530
@override

0 commit comments

Comments
 (0)