Skip to content

Commit

Permalink
fix(ui): quoted message padding (#1868)
Browse files Browse the repository at this point in the history
* fix: quoted message padding

* fix: quoted message padding
  • Loading branch information
AndreHaueisen authored Mar 4, 2024
1 parent 2cf6d7f commit d875da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/stream_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased

🐞 Fixed
- Fixed quoted message having 0 bottom padding. All sides now have 8 padding

## 7.0.2

✅ Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,6 @@ class StreamMessageInputState extends State<StreamMessageInput>
showBorder: !containsUrl,
message: quotedMessage,
messageTheme: _streamChatTheme.otherMessageTheme,
padding: const EdgeInsets.fromLTRB(8, 8, 8, 0),
onQuotedMessageClear: widget.onQuotedMessageCleared,
attachmentThumbnailBuilders:
widget.quotedMessageAttachmentThumbnailBuilders,
Expand Down

0 comments on commit d875da8

Please sign in to comment.