fix: edit ui

This commit is contained in:
Deven Joshi
2020-10-26 15:09:38 +05:30
parent 027ff3cff7
commit b487e205cb
+3 -3
View File
@@ -192,7 +192,7 @@ class MessageActionsModal extends StatelessWidget {
IconButton(
icon: Icon(
StreamIcons.form_edit,
size: 18,
size: 22,
color:
StreamChatTheme.of(context).primaryIconTheme.color,
),
@@ -200,12 +200,12 @@ class MessageActionsModal extends StatelessWidget {
),
Text(
'Edit message',
style: Theme.of(context).textTheme.headline6,
style: Theme.of(context).textTheme.headline6.copyWith(fontWeight: FontWeight.bold),
),
IconButton(
icon: Icon(
Icons.cancel_outlined,
size: 18,
size: 2,
color:
StreamChatTheme.of(context).primaryIconTheme.color,
),