Merge branch 'develop' into repo/dart-code-metrics

This commit is contained in:
Sahil Kumar
2021-10-07 18:13:34 +05:30
committed by GitHub
53 changed files with 862 additions and 794 deletions
@@ -285,7 +285,7 @@ class QuotedMessageWidget extends StatelessWidget {
Color? _getBackgroundColor(BuildContext context) {
if (_containsLinkAttachment) {
return StreamChatTheme.of(context).colorTheme.linkBg;
return messageTheme.linkBackgroundColor;
}
return messageTheme.messageBackgroundColor;
}