fix dark ui messages

This commit is contained in:
Salvatore Giordano
2020-07-21 10:18:59 +02:00
parent a5cf2c5875
commit 3367a4f890
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ class StreamChatThemeData {
fontWeight: FontWeight.bold,
fontSize: 12,
),
messageBackgroundColor: Color(0xffE6E6E6),
messageBackgroundColor: isDark ? Color(0xff191919) : Color(0xffE6E6E6),
avatarTheme: AvatarTheme(
borderRadius: BorderRadius.circular(20),
constraints: BoxConstraints.tightFor(