mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
value update
This commit is contained in:
parent
814ee3eef8
commit
fff8e9e8cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue