Skip to content

Commit c83ce47

Browse files
committed
msglist [nfc]: Update a stale comment about zulip/zulip code
1 parent b9a06fe commit c83ce47

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
@@ -777,8 +777,7 @@ class DmRecipientHeader extends StatelessWidget {
777777
}
778778

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

784783
TextStyle recipientHeaderTextStyle(BuildContext context) {

0 commit comments

Comments
 (0)