fix remove attachment indicator color

This commit is contained in:
Salvatore Giordano
2020-11-09 11:20:21 +01:00
parent 5c2de16581
commit 27c3447c2e
+3 -2
View File
@@ -1169,11 +1169,12 @@ class MessageInputState extends State<MessageInput> {
_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,
),
),
),