feat: copy linkBg theme property in message theme.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-10-04 19:43:12 +05:30
committed by xsahil03x
parent b222a99cfb
commit 801a488c42
6 changed files with 28 additions and 7 deletions
@@ -281,7 +281,7 @@ class QuotedMessageWidget extends StatelessWidget {
Color? _getBackgroundColor(BuildContext context) {
if (_containsLinkAttachment) {
return StreamChatTheme.of(context).colorTheme.linkBg;
return messageTheme.linkBackgroundColor;
}
return messageTheme.messageBackgroundColor;
}