Skip to content

Commit

Permalink
msglist [nfc]: Update a stale comment about zulip/zulip code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed May 20, 2024
1 parent 2c18dc5 commit c0a75d0
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 @@ -773,8 +773,7 @@ class DmRecipientHeader extends StatelessWidget {
}

// TODO(#95): web uses different color in dark mode
// Header color from `color-background-private-message-header`
// in zulip:web/styles/zulip.css .
// --color-background-private-message-header in web/styles/app_variables.css
final _kDmRecipientHeaderColor = const HSLColor.fromAHSL(1, 46, 0.35, 0.93).toColor();

TextStyle recipientHeaderTextStyle(BuildContext context) {
Expand Down

0 comments on commit c0a75d0

Please sign in to comment.