diff --git a/lib/src/message_input.dart b/lib/src/message_input.dart index ad70f148..ff243bbe 100644 --- a/lib/src/message_input.dart +++ b/lib/src/message_input.dart @@ -1169,11 +1169,12 @@ class MessageInputState extends State { _attachments.remove(attachment); }); }, - fillColor: Colors.white.withOpacity(.5), + fillColor: Colors.black.withOpacity(.5), child: Center( child: Icon( - Icons.close, + StreamIcons.close, size: 15, + color: Colors.white, ), ), ),