modify condition

This commit is contained in:
Salvatore Giordano
2020-10-28 11:42:09 +01:00
parent bb46710f24
commit d5f23549f4
2 changed files with 20 additions and 9 deletions
+5 -2
View File
@@ -218,13 +218,16 @@ class MessageActionsModal extends StatelessWidget {
StreamIcons.edit,
size: 22,
color:
StreamChatTheme.of(context).primaryIconTheme.color,
StreamChatTheme.of(context).primaryIconTheme.color,
),
onPressed: () {},
),
Text(
'Edit message',
style: Theme.of(context).textTheme.headline6.copyWith(fontWeight: FontWeight.bold),
style: Theme.of(context)
.textTheme
.headline6
.copyWith(fontWeight: FontWeight.bold),
),
IconButton(
icon: Icon(