Skip to content

Commit 5233e7a

Browse files
committed
msglist [nfc]: Comment about typing-indicator color for light/dark
Fixes: #858
1 parent 052f203 commit 5233e7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/widgets/message_list.dart

+3-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,9 @@ class _TypingStatusWidgetState extends State<TypingStatusWidget> with PerAccount
669669
padding: const EdgeInsetsDirectional.only(start: 16, top: 2),
670670
child: Text(text,
671671
style: const TextStyle(
672-
color: HslColor(0, 0, 53), fontStyle: FontStyle.italic)));
672+
// Web has the same color in light and dark mode.
673+
color: HslColor(0, 0, 53),
674+
fontStyle: FontStyle.italic)));
673675
}
674676
}
675677

0 commit comments

Comments
 (0)