add channel muted ui

This commit is contained in:
Salvatore Giordano
2020-07-09 11:15:06 +02:00
parent 67dbac2857
commit a2a5b48928
2 changed files with 83 additions and 59 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class StreamChatThemeData {
),
subtitle: TextStyle(
fontSize: 12.5,
color: isDark ? Colors.white : Colors.black,
color: (isDark ? Colors.white : Colors.black).withOpacity(0.5),
),
lastMessageAt: TextStyle(
fontSize: 11,