From f7e24287bae559db5145d7c4c2032b5f250019b1 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Mon, 3 Jun 2024 16:30:50 +0530 Subject: [PATCH] [mob][photos] Tweak stroke of elements in placeholder to match figma design --- mobile/lib/ui/sharing/show_images_prevew.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mobile/lib/ui/sharing/show_images_prevew.dart b/mobile/lib/ui/sharing/show_images_prevew.dart index 1f1574c7df..f6d6093d34 100644 --- a/mobile/lib/ui/sharing/show_images_prevew.dart +++ b/mobile/lib/ui/sharing/show_images_prevew.dart @@ -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,