[mob][photos] Tweak stroke of elements in placeholder to match figma design

This commit is contained in:
ashilkn
2024-06-03 16:30:50 +05:30
parent 8367e4d4e1
commit f7e24287ba

View File

@@ -247,7 +247,6 @@ class LinkPlaceholder extends StatelessWidget {
top: 290,
left: 270,
child: Stack(
alignment: Alignment.center,
children: [
Center(
child: Container(
@@ -375,11 +374,11 @@ class _CustomImage extends StatelessWidget {
),
Center(
child: SizedBox(
height: height - 5,
width: width - 5,
height: height - 2,
width: width - 2,
child: ClipSmoothRect(
radius: SmoothBorderRadius(
cornerRadius: 16.0,
cornerRadius: 20.0,
cornerSmoothing: 1,
),
clipBehavior: Clip.antiAliasWithSaveLayer,