feat: Attachments are now supported

This commit is contained in:
Deven Joshi
2020-11-06 15:30:39 +05:30
parent 5371eb3aae
commit 24eeb337ed
+2 -2
View File
@@ -587,8 +587,8 @@ class MessageInputState extends State<MessageInput> {
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(