Skip to content

Commit

Permalink
msglist [nfc]: Add TODO on date-separator line about dark theme
Browse files Browse the repository at this point in the history
This gives a path forward for dark theme (zulip#95), even with the open
question we commented about in the previous commit.
  • Loading branch information
chrisbobbe committed May 18, 2024
1 parent a62b5f9 commit e3c79fd
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 @@ -524,6 +524,7 @@ class DateSeparator extends StatelessWidget {
// - opacity 0.15
static const _line = BorderSide(
width: 0,
// TODO(#95) in dark theme, use white, following web
color: Colors.black);

@override
Expand Down

0 comments on commit e3c79fd

Please sign in to comment.