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