fix giphy color

This commit is contained in:
Salvatore Giordano
2020-11-05 14:15:22 +01:00
parent 4dd68d3de9
commit be4805116f
+1 -1
View File
@@ -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),
)),