diff --git a/components/home/TVHeroCarousel.tsx b/components/home/TVHeroCarousel.tsx index b7ccc0ce..6c1da4be 100644 --- a/components/home/TVHeroCarousel.tsx +++ b/components/home/TVHeroCarousel.tsx @@ -379,7 +379,7 @@ export const TVHeroCarousel: React.FC = ({ if (items.length === 0) return null; // Extra top padding for tvOS to clear the menu bar - const tvosTopPadding = Platform.OS === "ios" ? scaleSize(30) : 0; + const tvosTopPadding = Platform.OS === "ios" ? scaleSize(110) : 0; const heroHeight = SCREEN_HEIGHT * sizes.padding.heroHeight; return (