From fff8e9e8cd45eb26d9fc79c21b84d0069ca34a63 Mon Sep 17 00:00:00 2001 From: tapframe Date: Sun, 26 Oct 2025 00:26:43 +0530 Subject: [PATCH] value update --- src/screens/StreamsScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/StreamsScreen.tsx b/src/screens/StreamsScreen.tsx index 2739f2a2..848368bb 100644 --- a/src/screens/StreamsScreen.tsx +++ b/src/screens/StreamsScreen.tsx @@ -2764,7 +2764,7 @@ const createStyles = (colors: any) => StyleSheet.create({ top: 140, // Start at ~64% of hero section, giving 80px of blend within hero left: 0, right: 0, - height: Platform.OS === 'android' ? 150 : 180, // Reduce gradient area on Android + height: Platform.OS === 'android' ? 95 : 180, // Reduce gradient area on Android zIndex: 0, pointerEvents: 'none', },