fix: edit ui
This commit is contained in:
@@ -189,6 +189,15 @@ class MessageActionsModal extends StatelessWidget {
|
|||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
IconButton(
|
||||||
|
icon: Icon(
|
||||||
|
StreamIcons.form_edit,
|
||||||
|
size: 18,
|
||||||
|
color:
|
||||||
|
StreamChatTheme.of(context).primaryIconTheme.color,
|
||||||
|
),
|
||||||
|
onPressed: () {},
|
||||||
|
),
|
||||||
Text(
|
Text(
|
||||||
'Edit message',
|
'Edit message',
|
||||||
style: Theme.of(context).textTheme.headline6,
|
style: Theme.of(context).textTheme.headline6,
|
||||||
@@ -196,7 +205,7 @@ class MessageActionsModal extends StatelessWidget {
|
|||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
Icons.cancel_outlined,
|
Icons.cancel_outlined,
|
||||||
size: 15,
|
size: 18,
|
||||||
color:
|
color:
|
||||||
StreamChatTheme.of(context).primaryIconTheme.color,
|
StreamChatTheme.of(context).primaryIconTheme.color,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user