diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index c8950cf1..94c83013 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -613,7 +613,7 @@ class MessageInputState extends State { Widget _buildAttachments() { return LimitedBox( - maxHeight: 76.0, + maxHeight: 80.0, child: ListView( scrollDirection: Axis.horizontal, children: _attachments