tweak gradient

This commit is contained in:
Samuel Newman
2025-01-19 18:40:13 +00:00
parent 8ead703ca0
commit 5c37e87cf1
+6 -1
View File
@@ -751,7 +751,12 @@ function Overlay({
</View>
<LinearGradient
colors={['rgba(0,0,0,0)', 'rgba(0,0,0,0.8)', 'rgba(0,0,0,0.95)']}
colors={[
'rgba(0,0,0,0)',
'rgba(0,0,0,0.7)',
'rgba(0,0,0,0.95)',
'rgba(0,0,0,0.95)',
]}
style={[a.w_full, a.pt_md]}>
<Animated.View style={[a.px_xl, animatedStyle]}>
<View style={[a.w_full, a.flex_row, a.align_center, a.gap_md]}>