chore: Make message bubble transparent for thumbnails
This commit is contained in:
parent
35c8ea5639
commit
2e99fccd20
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class Message extends StatelessWidget {
|
|||
final displayEvent = event.getDisplayEvent(timeline);
|
||||
|
||||
if (event.showThumbnail) {
|
||||
color = Theme.of(context).scaffoldBackgroundColor;
|
||||
color = Colors.transparent;
|
||||
textColor = Theme.of(context).textTheme.bodyText2.color;
|
||||
} else if (ownMessage) {
|
||||
color = displayEvent.status == -1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue