From b1ac512ab433d92d65dfadaded1b3a81ac99ec0d Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 23 Oct 2020 17:27:58 +0530 Subject: [PATCH] feat: commands ui --- lib/src/message_input.dart | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index 602217e8..303badd7 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -406,13 +406,13 @@ class MessageInputState extends State { child: Container( constraints: BoxConstraints.loose(Size.fromHeight(400)), decoration: BoxDecoration( - // boxShadow: [ - // BoxShadow( - // spreadRadius: -8, - // blurRadius: 5.0, - // offset: Offset(0, -4), - // ), - // ], + boxShadow: [ + BoxShadow( + spreadRadius: -8, + blurRadius: 5.0, + offset: Offset(0, -4), + ), + ], color: StreamChatTheme.of(context).primaryColor, borderRadius: BorderRadius.circular(8.0) ), @@ -451,8 +451,8 @@ class MessageInputState extends State { ), trailing: CircleAvatar( backgroundColor: StreamChatTheme.of(context).accentColor, - child: Icon(StreamIcons.lightning, color: Colors.white,), - maxRadius: 15.0, + child: Icon(StreamIcons.lightning, color: Colors.white, size: 10.0,), + maxRadius: 12.5, ), //subtitle: Text(c.description), onTap: () {