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, };