From 24eeb337edb7055876188384bb1c9fcbab1d0e67 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Fri, 6 Nov 2020 15:30:39 +0530 Subject: [PATCH] feat: Attachments are now supported --- lib/src/message_input.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index be06eb10..5e4c7104 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -587,8 +587,8 @@ class MessageInputState extends State { decoration: BoxDecoration( color: Colors.white, borderRadius: BorderRadius.only( - topLeft: Radius.circular(8.0), - topRight: Radius.circular(8.0), + topLeft: Radius.circular(16.0), + topRight: Radius.circular(16.0), ), ), child: Row(