From 9b289d784510bf2765d9406247c41ea895b6f2ae Mon Sep 17 00:00:00 2001 From: ashilkn Date: Thu, 17 Jul 2025 16:37:38 +0530 Subject: [PATCH] Minor UI change --- mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart b/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart index 031f807bcf..64da0c82b2 100644 --- a/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart +++ b/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart @@ -735,7 +735,7 @@ class _PinnedGroupHeaderState extends State { valueListenable: _enlargeHeader, builder: (context, inUse, _) { return AnimatedScale( - scale: inUse ? 1.3 : 1.0, + scale: inUse ? 1.2 : 1.0, alignment: Alignment.topLeft, duration: const Duration(milliseconds: 200), curve: Curves.easeInOutSine,