From 08fc02a6b172ca6df278ad9f7deac3629935acdc Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 27 May 2026 09:46:29 +0200 Subject: [PATCH] style(tv): adjust poster scale multipliers for Small and Default to align poster-to-text ratio --- constants/TVSizes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/TVSizes.ts b/constants/TVSizes.ts index 9392cbb3..0a9196c4 100644 --- a/constants/TVSizes.ts +++ b/constants/TVSizes.ts @@ -79,8 +79,8 @@ export const TVAnimation = { * Applied to poster sizes and gaps. */ const sizeScaleMultipliers: Record = { - [TVTypographyScale.Small]: 0.63, - [TVTypographyScale.Default]: 0.7, + [TVTypographyScale.Small]: 0.53, + [TVTypographyScale.Default]: 0.63, [TVTypographyScale.Large]: 0.77, [TVTypographyScale.ExtraLarge]: 0.84, };