From bba396c08c008e5a9d3d99e2b967febb86b9337f Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 27 May 2026 09:45:04 +0200 Subject: [PATCH] style(tv): half the top padding increase to scaleSize(145) --- components/home/TVHeroCarousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/home/TVHeroCarousel.tsx b/components/home/TVHeroCarousel.tsx index cc33d3b7..74ae8af3 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(180) : 0; + const tvosTopPadding = Platform.OS === "ios" ? scaleSize(145) : 0; const heroHeight = SCREEN_HEIGHT * sizes.padding.heroHeight; return (