fix icons

This commit is contained in:
Salvatore Giordano
2020-11-24 13:48:58 +01:00
parent 987ad4e5ba
commit 74e399bcc0
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -161,6 +161,7 @@ class _NewGroupChatScreenState extends State<NewGroupChatScreen> {
child: Padding(
padding: const EdgeInsets.all(0.0),
child: StreamSvgIcon.close(
color: Colors.black,
size: 24,
),
),