style(tv): half the top padding increase to scaleSize(145)

This commit is contained in:
Fredrik Burmester
2026-05-27 09:45:04 +02:00
parent 3316508217
commit bba396c08c

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(180) : 0;
const tvosTopPadding = Platform.OS === "ios" ? scaleSize(145) : 0;
const heroHeight = SCREEN_HEIGHT * sizes.padding.heroHeight;
return (