Skip to content

Commit 1330055

Browse files
committed
inbox: Express _AllDmsHeaderItem.uncollapsedBackgroundColor as HSL
To align with web, which labels this color --color-background-private-message-header. (If there is a slight change to the color we use, it's within a rounding error.)
1 parent e43cc90 commit 1330055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/inbox.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class _AllDmsHeaderItem extends _HeaderItem {
300300
@override get collapsedIconColor => const Color(0xFF222222);
301301
@override get uncollapsedIconColor => const Color(0xFF222222);
302302

303-
@override get uncollapsedBackgroundColor => const Color(0xFFF3F0E7);
303+
@override get uncollapsedBackgroundColor => const HSLColor.fromAHSL(1, 46, 0.35, 0.93).toColor();
304304
@override get unreadCountBadgeBackgroundColor => null;
305305

306306
@override get onCollapseButtonTap => () async {

0 commit comments

Comments
 (0)