about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-09-25 19:42:33 +0100
committerGitHub <noreply@github.com>2024-09-25 19:42:33 +0100
commitf54241c4cf07d0119a8801d3dff2ddccdde4cf57 (patch)
treee1f36dc4f93057f9b0db97d4fa658f9ea611ee58 /src
parent498f957a1d9c702c3d2d6cfc5c175b0659ec99c0 (diff)
downloadvoidsky-f54241c4cf07d0119a8801d3dff2ddccdde4cf57.tar.zst
constrain blur (#5485)
Diffstat (limited to 'src')
-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,
       ),
     }