feat: add support for url attachment theming.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -215,7 +215,7 @@ class _MessageCardState extends State<MessageCard> {
|
||||
}
|
||||
|
||||
if (widget.hasUrlAttachments) {
|
||||
return widget.messageTheme.linkBackgroundColor;
|
||||
return widget.messageTheme.urlAttachmentBackgroundColor;
|
||||
}
|
||||
|
||||
if (widget.isOnlyEmoji) {
|
||||
|
||||
Reference in New Issue
Block a user