feat: commands ui

This commit is contained in:
Deven Joshi
2020-10-23 17:35:06 +05:30
parent 03713684a5
commit 4eb06896ee
+1 -1
View File
@@ -401,7 +401,7 @@ class MessageInputState extends State<MessageInput> {
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Card(
elevation: 4.0,
elevation: 2.0,
color: StreamChatTheme.of(context).primaryColor,
clipBehavior: Clip.antiAlias,
child: Container(