fix: edit ui
This commit is contained in:
@@ -309,7 +309,7 @@ class MessageInputState extends State<MessageInput> {
|
||||
decoration: InputDecoration(
|
||||
hintText: 'Write a message',
|
||||
prefixText: _commandEnabled ? null : ' ',
|
||||
border: widget.editMessage == null ? null : OutlineInputBorder(
|
||||
border: OutlineInputBorder(
|
||||
borderRadius: BorderRadius.circular(32),
|
||||
),
|
||||
contentPadding: EdgeInsets.all(8),
|
||||
|
||||
Reference in New Issue
Block a user