fix: edit ui
This commit is contained in:
@@ -192,7 +192,7 @@ class MessageActionsModal extends StatelessWidget {
|
|||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
StreamIcons.form_edit,
|
StreamIcons.form_edit,
|
||||||
size: 18,
|
size: 22,
|
||||||
color:
|
color:
|
||||||
StreamChatTheme.of(context).primaryIconTheme.color,
|
StreamChatTheme.of(context).primaryIconTheme.color,
|
||||||
),
|
),
|
||||||
@@ -200,12 +200,12 @@ class MessageActionsModal extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
'Edit message',
|
'Edit message',
|
||||||
style: Theme.of(context).textTheme.headline6,
|
style: Theme.of(context).textTheme.headline6.copyWith(fontWeight: FontWeight.bold),
|
||||||
),
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
Icons.cancel_outlined,
|
Icons.cancel_outlined,
|
||||||
size: 18,
|
size: 2,
|
||||||
color:
|
color:
|
||||||
StreamChatTheme.of(context).primaryIconTheme.color,
|
StreamChatTheme.of(context).primaryIconTheme.color,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user