fix messageinput color

This commit is contained in:
Salvatore Giordano
2020-12-30 16:23:33 +01:00
parent cb518db1a2
commit 60d9abe8fe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ class MessageInputState extends State<MessageInput> {
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(24.0),
border: Border.all(
color: StreamChatTheme.of(context).colorTheme.white,
color: StreamChatTheme.of(context).colorTheme.greyGainsboro,
),
),
padding: _attachments.isEmpty ? null : EdgeInsets.all(6.0),