fix: edit ui

This commit is contained in:
Deven Joshi
2020-10-26 15:20:00 +05:30
parent 35b6788ddc
commit 657e2c2d0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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),