ui change

This commit is contained in:
tapframe 2025-09-03 16:02:57 +05:30
parent 8adbfc5a85
commit aaa32f9d88

View file

@ -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"