fix: qa fixes
This commit is contained in:
@@ -573,6 +573,9 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
margin: EdgeInsets.all(8.0),
|
margin: EdgeInsets.all(8.0),
|
||||||
elevation: 2.0,
|
elevation: 2.0,
|
||||||
color: StreamChatTheme.of(context).primaryColor,
|
color: StreamChatTheme.of(context).primaryColor,
|
||||||
|
shape: RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.circular(8.0),
|
||||||
|
),
|
||||||
clipBehavior: Clip.antiAlias,
|
clipBehavior: Clip.antiAlias,
|
||||||
child: Container(
|
child: Container(
|
||||||
constraints: BoxConstraints.loose(Size.fromHeight(400)),
|
constraints: BoxConstraints.loose(Size.fromHeight(400)),
|
||||||
@@ -602,7 +605,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
'${m.user.name}',
|
'${m.user.name}',
|
||||||
style: TextStyle(fontWeight: FontWeight.bold),
|
style: TextStyle(fontWeight: FontWeight.bold),
|
||||||
),
|
),
|
||||||
subtitle: Text('${m.userId}'),
|
subtitle: Text('@${m.userId}'),
|
||||||
trailing: Icon(
|
trailing: Icon(
|
||||||
Icons.alternate_email,
|
Icons.alternate_email,
|
||||||
color: StreamChatTheme.of(context).accentColor,
|
color: StreamChatTheme.of(context).accentColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user