From 71afa178066f39eed0e1555f7471e7c9eb76cbcd Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 10 Apr 2024 18:01:04 +0200 Subject: [PATCH] fix: Background color of images with transparency --- lib/pages/chat/events/image_bubble.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/chat/events/image_bubble.dart b/lib/pages/chat/events/image_bubble.dart index de079914..83d902d2 100644 --- a/lib/pages/chat/events/image_bubble.dart +++ b/lib/pages/chat/events/image_bubble.dart @@ -70,6 +70,7 @@ class ImageBubble extends StatelessWidget { final borderRadius = this.borderRadius ?? BorderRadius.circular(AppConfig.borderRadius); return Material( + color: Colors.transparent, shape: RoundedRectangleBorder( borderRadius: borderRadius, side: BorderSide(