diff --git a/lib/src/giphy_attachment.dart b/lib/src/giphy_attachment.dart index 7a1d0ad1..766f7720 100644 --- a/lib/src/giphy_attachment.dart +++ b/lib/src/giphy_attachment.dart @@ -97,7 +97,7 @@ class GiphyAttachment extends StatelessWidget { top: 0, child: Container( decoration: BoxDecoration( - color: Colors.transparent, + color: Colors.white, borderRadius: BorderRadius.only( bottomRight: Radius.circular(16.0), )),