style(tv): adjust poster scale multipliers for Small and Default to align poster-to-text ratio

This commit is contained in:
Fredrik Burmester
2026-05-27 09:46:29 +02:00
parent bba396c08c
commit 08fc02a6b1

View File

@@ -79,8 +79,8 @@ export const TVAnimation = {
* Applied to poster sizes and gaps.
*/
const sizeScaleMultipliers: Record<TVTypographyScale, number> = {
[TVTypographyScale.Small]: 0.63,
[TVTypographyScale.Default]: 0.7,
[TVTypographyScale.Small]: 0.53,
[TVTypographyScale.Default]: 0.63,
[TVTypographyScale.Large]: 0.77,
[TVTypographyScale.ExtraLarge]: 0.84,
};