fix: Replace send with check for edit
This commit is contained in:
@@ -1029,7 +1029,7 @@ class MessageInputState extends State<MessageInput> {
|
||||
child: Transform.rotate(
|
||||
angle: -pi / 2,
|
||||
child: Icon(
|
||||
StreamIcons.send_message,
|
||||
widget.editMessage == null ? StreamIcons.send_message : StreamIcons.check,
|
||||
color: StreamChatTheme.of(context).accentColor,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user