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);
|
final displayEvent = event.getDisplayEvent(timeline);
|
||||||
|
|
||||||
if (event.showThumbnail) {
|
if (event.showThumbnail) {
|
||||||
color = Theme.of(context).scaffoldBackgroundColor;
|
color = Colors.transparent;
|
||||||
textColor = Theme.of(context).textTheme.bodyText2.color;
|
textColor = Theme.of(context).textTheme.bodyText2.color;
|
||||||
} else if (ownMessage) {
|
} else if (ownMessage) {
|
||||||
color = displayEvent.status == -1
|
color = displayEvent.status == -1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue