fix: edit ui
This commit is contained in:
@@ -191,7 +191,7 @@ class MessageActionsModal extends StatelessWidget {
|
|||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
StreamIcons.form_edit,
|
StreamIcons.edit,
|
||||||
size: 22,
|
size: 22,
|
||||||
color:
|
color:
|
||||||
StreamChatTheme.of(context).primaryIconTheme.color,
|
StreamChatTheme.of(context).primaryIconTheme.color,
|
||||||
|
|||||||
@@ -309,7 +309,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
hintText: 'Write a message',
|
hintText: 'Write a message',
|
||||||
prefixText: _commandEnabled ? null : ' ',
|
prefixText: _commandEnabled ? null : ' ',
|
||||||
border: OutlineInputBorder(
|
border: widget.editMessage == null ? null : OutlineInputBorder(
|
||||||
borderRadius: BorderRadius.circular(32),
|
borderRadius: BorderRadius.circular(32),
|
||||||
),
|
),
|
||||||
contentPadding: EdgeInsets.all(8),
|
contentPadding: EdgeInsets.all(8),
|
||||||
|
|||||||
Reference in New Issue
Block a user