fix text overflow
This commit is contained in:
@@ -729,10 +729,12 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
color: StreamChatTheme.of(context).accentColor,
|
color: StreamChatTheme.of(context).accentColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Text(
|
Flexible(
|
||||||
'Emoji matching "$query"',
|
child: Text(
|
||||||
style: TextStyle(
|
'Emoji matching "$query"',
|
||||||
color: Colors.black.withOpacity(.5),
|
style: TextStyle(
|
||||||
|
color: Colors.black.withOpacity(.5),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user