From 1f3328a5f88ef3741fead386470844964aede8ce Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Mon, 26 Oct 2020 16:26:39 +0530 Subject: [PATCH] fix: attachments ui --- lib/src/message_input.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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