use stream chat theme

This commit is contained in:
Salvatore Giordano
2020-10-29 13:27:11 +01:00
parent 2a3f6a18c7
commit 8384b60532
+1 -1
View File
@@ -229,7 +229,7 @@ class MessageInputState extends State<MessageInput> {
_sendAsDm = val;
},
),
activeColor: Color(0xFF006CFF),
activeColor: StreamChatTheme.of(context).accentColor,
),
Padding(
padding: const EdgeInsets.symmetric(horizontal: 8.0),