feat: commands ui

This commit is contained in:
Deven Joshi
2020-10-23 17:19:15 +05:30
parent 05e980dbac
commit 64cf493629
+2 -2
View File
@@ -400,7 +400,7 @@ class MessageInputState extends State<MessageInput> {
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<MessageInput> {
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: () {