style(tv): increase tvosTopPadding to 180 to offset larger posters pushing text up

This commit is contained in:
Fredrik Burmester
2026-05-27 09:44:48 +02:00
parent 5fd136ef0b
commit 3316508217

View File

@@ -379,7 +379,7 @@ export const TVHeroCarousel: React.FC<TVHeroCarouselProps> = ({
if (items.length === 0) return null;
// Extra top padding for tvOS to clear the menu bar
const tvosTopPadding = Platform.OS === "ios" ? scaleSize(110) : 0;
const tvosTopPadding = Platform.OS === "ios" ? scaleSize(180) : 0;
const heroHeight = SCREEN_HEIGHT * sizes.padding.heroHeight;
return (