diff --git a/lib/src/giphy_attachment.dart b/lib/src/giphy_attachment.dart index ed0bfcbf..febc757e 100644 --- a/lib/src/giphy_attachment.dart +++ b/lib/src/giphy_attachment.dart @@ -32,6 +32,7 @@ class GiphyAttachment extends StatelessWidget { } return Container( + color: Colors.white, child: Column( mainAxisSize: MainAxisSize.min, crossAxisAlignment: CrossAxisAlignment.stretch,