From 64937ffb3768a8833f078333e22bd48388007708 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Mon, 26 Oct 2020 16:47:02 +0530 Subject: [PATCH] fix: attachments border ui --- lib/src/message_input.dart | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index 705bc8d6..f1f8bba9 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -254,11 +254,13 @@ class MessageInputState extends State { child: LimitedBox( maxHeight: widget.maxHeight, child: Container( + clipBehavior: Clip.antiAlias, decoration: BoxDecoration( - borderRadius: BorderRadius.circular(32.0), - border: Border.all( - color: Colors.grey, - )), + borderRadius: BorderRadius.circular(32.0), + border: Border.all( + color: Colors.grey, + ), + ), child: Column( mainAxisSize: MainAxisSize.min, children: [