Skip to content

Commit a0ebda6

Browse files
committed
msglist [nfc]: Comment on _kMessageTimestampColor about dark theme
1 parent 14c3f52 commit a0ebda6

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
@@ -979,6 +979,7 @@ class MessageWithPossibleSender extends StatelessWidget {
979979
// TODO web seems to ignore locale in formatting time, but we could do better
980980
final _kMessageTimestampFormat = DateFormat('h:mm aa', 'en_US');
981981

982+
// TODO(#95) need dark-theme color (this one comes from the Figma)
982983
final _kMessageTimestampColor = const HSLColor.fromAHSL(1, 0, 0, 0.5).toColor();
983984

984985
Future<void> markNarrowAsRead(

0 commit comments

Comments
 (0)