Skip to content

Commit 662a710

Browse files
committed
msglist: In unsubscribed stream, make icon color match text color
The Figma and the web app don't give something to follow here. But it seems probably appropriate to match the icon color to the text.
1 parent 822e6ae commit 662a710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ class StreamMessageRecipientHeader extends StatelessWidget {
663663
iconColor = swatch.iconOnBarBackground;
664664
} else {
665665
backgroundColor = _kUnsubscribedStreamRecipientHeaderColor;
666-
iconColor = Colors.black;
666+
iconColor = _kRecipientHeaderTextColor;
667667
}
668668

669669
final Widget streamWidget;

0 commit comments

Comments
 (0)