mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-02 02:22:51 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user