diff --git a/src/components/home/FeaturedContent.tsx b/src/components/home/FeaturedContent.tsx index 858d60bdc..89389d8d3 100644 --- a/src/components/home/FeaturedContent.tsx +++ b/src/components/home/FeaturedContent.tsx @@ -441,6 +441,7 @@ const FeaturedContent = ({ featuredContent, isSaved, handleSaveToLibrary }: Feat @@ -479,6 +481,7 @@ const FeaturedContent = ({ featuredContent, isSaved, handleSaveToLibrary }: Feat }); } }} + activeOpacity={0.7} > @@ -648,6 +651,7 @@ const styles = StyleSheet.create({ bottom: 0, backgroundColor: 'rgba(0,0,0,0.15)', zIndex: 1, + pointerEvents: 'none', }, });