diff --git a/constants/TVTypography.ts b/constants/TVTypography.ts index c00ff16b..a2ac3b80 100644 --- a/constants/TVTypography.ts +++ b/constants/TVTypography.ts @@ -29,8 +29,8 @@ export type TVTypographyKey = keyof typeof TVTypography; const scaleMultipliers: Record = { [TVTypographyScale.Small]: 0.85, [TVTypographyScale.Default]: 1.0, - [TVTypographyScale.Large]: 1.15, - [TVTypographyScale.ExtraLarge]: 1.3, + [TVTypographyScale.Large]: 1.2, + [TVTypographyScale.ExtraLarge]: 1.4, }; /**