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