mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 16:51:57 +00:00
ui change
This commit is contained in:
parent
8adbfc5a85
commit
aaa32f9d88
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ const HeroCarousel: React.FC<HeroCarouselProps> = ({ items, loading = false }) =
|
||||||
)}
|
)}
|
||||||
{/* Bottom blend to HomeScreen background (not the card) */}
|
{/* Bottom blend to HomeScreen background (not the card) */}
|
||||||
<LinearGradient
|
<LinearGradient
|
||||||
colors={["transparent", currentTheme.colors.background]}
|
colors={["transparent", currentTheme.colors.darkBackground]}
|
||||||
locations={[0, 1]}
|
locations={[0, 1]}
|
||||||
style={styles.bottomBlend as ViewStyle}
|
style={styles.bottomBlend as ViewStyle}
|
||||||
pointerEvents="none"
|
pointerEvents="none"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue