fix: Removed bubble for giphy, changed border radii
This commit is contained in:
@@ -275,6 +275,7 @@ class GiphyAttachment extends StatelessWidget {
|
|||||||
bottomLeft: Radius.circular(8.0),
|
bottomLeft: Radius.circular(8.0),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
clipBehavior: Clip.antiAlias,
|
||||||
child: CachedNetworkImage(
|
child: CachedNetworkImage(
|
||||||
height: size?.height,
|
height: size?.height,
|
||||||
width: size?.width,
|
width: size?.width,
|
||||||
|
|||||||
Reference in New Issue
Block a user