fix(tv): lower body typography size (40 -> 32)

The `body` size was larger than `heading` (40 vs 32), making standard TV
body text — including the Jellyseerr overview and metadata/settings/player
labels — read too large at every scale setting. Lower it to 32 so it sits
just below headings, shrinking body text consistently across the TV UI.

Claude-Session: https://claude.ai/code/session_016Hhu5DruGLPhdP4LAoy1Xd
This commit is contained in:
Fredrik Burmester
2026-07-01 14:11:19 +02:00
parent a5c2b7d25a
commit f1906e9acf

View File

@@ -24,7 +24,7 @@ export const TVTypography = {
heading: 32,
/** Overview, actor names, card titles, metadata */
body: 40,
body: 32,
/** Secondary text, labels, subtitles */
callout: 26,