Minor UI change

This commit is contained in:
ashilkn
2025-07-17 16:37:38 +05:30
parent 21a843fb3b
commit 9b289d7845

View File

@@ -735,7 +735,7 @@ class _PinnedGroupHeaderState extends State<PinnedGroupHeader> {
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,