about summary refs log tree commit diff
path: root/src/screens
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/Profile/Header/GrowableBanner.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Profile/Header/GrowableBanner.tsx b/src/screens/Profile/Header/GrowableBanner.tsx
index bccc1e57e..e1bb8e00e 100644
--- a/src/screens/Profile/Header/GrowableBanner.tsx
+++ b/src/screens/Profile/Header/GrowableBanner.tsx
@@ -77,8 +77,8 @@ function GrowableBannerInner({
     return {
       intensity: interpolate(
         scrollY.value,
-        [-400, -100, -15],
-        [70, 60, 0],
+        [-300, -65, -15],
+        [50, 40, 0],
         Extrapolation.CLAMP,
       ),
     }