Skip to content

Commit

Permalink
msglist: Follow web instead of Figma for message timestamp color
Browse files Browse the repository at this point in the history
Just because web has a dark-theme variant for this color, and the
Figma doesn't yet.
  • Loading branch information
chrisbobbe committed Jul 26, 2024
1 parent 6324bf3 commit 2428e68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/widgets/message_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1004,5 +1004,4 @@ class MessageWithPossibleSender extends StatelessWidget {
// TODO web seems to ignore locale in formatting time, but we could do better
final _kMessageTimestampFormat = DateFormat('h:mm aa', 'en_US');

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

0 comments on commit 2428e68

Please sign in to comment.