From 8384b605323232616104d66ac28661a970acb6f6 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 29 Oct 2020 13:27:11 +0100 Subject: [PATCH] use stream chat theme --- lib/src/message_input.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index 631bf9ef..5745f779 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -229,7 +229,7 @@ class MessageInputState extends State { _sendAsDm = val; }, ), - activeColor: Color(0xFF006CFF), + activeColor: StreamChatTheme.of(context).accentColor, ), Padding( padding: const EdgeInsets.symmetric(horizontal: 8.0),