From 13a299c5d93c62b67ee322030be5771554feb993 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sun, 19 Jan 2025 17:02:09 +0000 Subject: [PATCH] Bump blur radius --- src/components/VideoPostCard.tsx | 4 ++-- src/screens/VideoFeed/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/VideoPostCard.tsx b/src/components/VideoPostCard.tsx index 3d353dd775..008274969e 100644 --- a/src/components/VideoPostCard.tsx +++ b/src/components/VideoPostCard.tsx @@ -149,7 +149,7 @@ export function VideoPostCard({ source={{uri: thumbnail}} style={[a.w_full, a.h_full, {opacity: pressed ? 0.8 : 1}]} accessibilityIgnoresInvertColors - blurRadius={40} + blurRadius={100} /> ) : null }