Skip to content

Commit c0a75d0

Browse files
committed
msglist [nfc]: Update a stale comment about zulip/zulip code
1 parent 2c18dc5 commit c0a75d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,7 @@ class DmRecipientHeader extends StatelessWidget {
773773
}
774774

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

780779
TextStyle recipientHeaderTextStyle(BuildContext context) {

0 commit comments

Comments
 (0)