From be4805116fb27ab715ce70d9210d797c8afdadec Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 5 Nov 2020 14:15:22 +0100 Subject: [PATCH] fix giphy color --- lib/src/giphy_attachment.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), )),