mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +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) */}
|
||||
<LinearGradient
|
||||
colors={["transparent", currentTheme.colors.background]}
|
||||
colors={["transparent", currentTheme.colors.darkBackground]}
|
||||
locations={[0, 1]}
|
||||
style={styles.bottomBlend as ViewStyle}
|
||||
pointerEvents="none"
|
||||
|
|
|
|||
Loading…
Reference in a new issue