Merge branch 'develop' into fix/userAvatarBuilder

This commit is contained in:
Sahil Kumar
2023-05-01 23:44:27 +05:30
committed by GitHub
7 changed files with 109 additions and 28 deletions
@@ -215,7 +215,7 @@ class _MessageCardState extends State<MessageCard> {
}
if (widget.hasUrlAttachments) {
return widget.messageTheme.linkBackgroundColor;
return widget.messageTheme.urlAttachmentBackgroundColor;
}
if (widget.isOnlyEmoji) {