From 35b6788ddc448e73eb92a25e924e493c4d680f83 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Mon, 26 Oct 2020 15:12:08 +0530 Subject: [PATCH] fix: edit ui --- lib/src/message_actions_modal.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/message_actions_modal.dart b/lib/src/message_actions_modal.dart index 653f98cb..e8e0d6e1 100644 --- a/lib/src/message_actions_modal.dart +++ b/lib/src/message_actions_modal.dart @@ -205,7 +205,7 @@ class MessageActionsModal extends StatelessWidget { IconButton( icon: Icon( Icons.cancel_outlined, - size: 2, + size: 22, color: StreamChatTheme.of(context).primaryIconTheme.color, ),