From 64cf493629b83e32a71e5aa515587117f9e063ac Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 23 Oct 2020 17:19:15 +0530 Subject: [PATCH] feat: commands ui --- lib/src/message_input.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index ab5c55bb..d89441cc 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -400,7 +400,7 @@ class MessageInputState extends State { right: 0, child: Padding( padding: const EdgeInsets.all(8.0), - child: Material( + child: Card( color: StreamChatTheme.of(context).primaryColor, child: Container( constraints: BoxConstraints.loose(Size.fromHeight(400)), @@ -450,7 +450,7 @@ class MessageInputState extends State { trailing: CircleAvatar( backgroundColor: StreamChatTheme.of(context).accentColor, child: Icon(StreamIcons.lightning, color: Colors.white,), - maxRadius: 40.0, + maxRadius: 25.0, ), //subtitle: Text(c.description), onTap: () {