fix: Removed bubble for giphy, changed border radii
This commit is contained in:
@@ -269,10 +269,10 @@ class GiphyAttachment extends StatelessWidget {
|
|||||||
Container(
|
Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.only(
|
borderRadius: BorderRadius.only(
|
||||||
topRight: Radius.circular(8.0),
|
topRight: Radius.circular(16.0),
|
||||||
bottomRight: Radius.circular(0.0),
|
bottomRight: Radius.circular(0.0),
|
||||||
topLeft: Radius.circular(8.0),
|
topLeft: Radius.circular(16.0),
|
||||||
bottomLeft: Radius.circular(8.0),
|
bottomLeft: Radius.circular(16.0),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
clipBehavior: Clip.antiAlias,
|
clipBehavior: Clip.antiAlias,
|
||||||
|
|||||||
Reference in New Issue
Block a user