change default unread color

This commit is contained in:
Salvatore Giordano
2020-07-08 10:45:43 +02:00
parent 8b0bb0f3b2
commit 6256195b4b
+1 -1
View File
@@ -217,7 +217,7 @@ class StreamChatThemeData {
), ),
), ),
channelPreviewTheme: ChannelPreviewTheme( channelPreviewTheme: ChannelPreviewTheme(
unreadCounterColor: Color(0xffd0021B), unreadCounterColor: Color(0xffff3742),
avatarTheme: AvatarTheme( avatarTheme: AvatarTheme(
borderRadius: BorderRadius.circular(20), borderRadius: BorderRadius.circular(20),
constraints: BoxConstraints.tightFor( constraints: BoxConstraints.tightFor(