Skip to content

Commit daca12c

Browse files
chrisbobbegnprice
authored andcommitted
msglist [nfc]: Comment on a color that's the same in web between light/dark
1 parent d12dbb7 commit daca12c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/widgets/message_list.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@ class ScrollToBottomButton extends StatelessWidget {
453453
tooltip: "Scroll to bottom",
454454
icon: const Icon(Icons.expand_circle_down_rounded),
455455
iconSize: 40,
456-
color: const HSLColor.fromAHSL(0.5,240,0.96,0.68).toColor(),
456+
// Web has the same color in light and dark mode.
457+
color: const HSLColor.fromAHSL(0.5, 240, 0.96, 0.68).toColor(),
457458
onPressed: _navigateToBottom));
458459
}
459460
}

0 commit comments

Comments
 (0)