fix: Giphy corrections
This commit is contained in:
@@ -292,7 +292,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
contentPadding: EdgeInsets.all(4),
|
contentPadding: EdgeInsets.all(4),
|
||||||
prefixIcon: _giphyEnabled
|
prefixIcon: _giphyEnabled
|
||||||
? Padding(
|
? Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 4.0),
|
padding: const EdgeInsets.symmetric(horizontal: 8.0),
|
||||||
child: Chip(
|
child: Chip(
|
||||||
backgroundColor: StreamChatTheme.of(context).accentColor,
|
backgroundColor: StreamChatTheme.of(context).accentColor,
|
||||||
label: Text(
|
label: Text(
|
||||||
|
|||||||
Reference in New Issue
Block a user