fix: design

This commit is contained in:
Fredrik Burmester
2025-01-02 17:32:50 +01:00
parent acae4b4544
commit ce7e1b255f

View File

@@ -88,7 +88,7 @@ export const LargeMovieCarousel: React.FC<Props> = ({ ...props }) => {
if (!popularItems) return null;
return (
<View className="flex flex-col items-center" {...props}>
<View className="flex flex-col items-center mt-4" {...props}>
<Carousel
autoPlay={true}
autoPlayInterval={3000}