fix(web): align card-title and page-h1 sizes to the app scale #464

Merged
nrupard merged 1 commit from fix/BUNYIP-469-typography-sizes into main 2026-08-04 20:37:14 +02:00
Owner

What

Align card titles and page h1s to the app-wide scale: dashboard Membership + app-card titles text-lg -> text-2xl (F5); user-detail admin h1 text-2xl -> text-3xl and its 5 card titles text-base -> text-2xl (F6); onboarding step-card title text-xl -> text-2xl (F8); the "Your Applications" heading gains tracking-tight (F9).

Why

Each diverged from the byte-identical/sibling surface using the app-wide size. UI audit (BUNYIP-455) F5/F6/F8/F9. Class-string-only; standard Tailwind sizes already in the bundle.

Closes BUNYIP-469.

## What Align card titles and page h1s to the app-wide scale: dashboard Membership + app-card titles text-lg -> text-2xl (F5); user-detail admin h1 text-2xl -> text-3xl and its 5 card titles text-base -> text-2xl (F6); onboarding step-card title text-xl -> text-2xl (F8); the "Your Applications" heading gains tracking-tight (F9). ## Why Each diverged from the byte-identical/sibling surface using the app-wide size. UI audit (BUNYIP-455) F5/F6/F8/F9. Class-string-only; standard Tailwind sizes already in the bundle. Closes BUNYIP-469.
fix(web): align card-title and page-h1 sizes to the app scale
All checks were successful
E2E PR gate / Install + reachability (no deployment secrets) (pull_request) Successful in 16s
Check / fmt + clippy + build + tests (pull_request) Successful in 4m58s
Create release / Create release from merged PR (pull_request) Has been skipped
63386192a2
Typography drifted by surface (2026-08-04 UI audit, BUNYIP-455, F5/F6/F8/F9):
- F5: the /dashboard Membership card and app-card titles were text-lg while their /membership and /applications twins render the same fields at the app-wide text-2xl CardTitle. Both -> text-2xl.
- F6: the user-detail admin page used text-2xl for its page h1 and text-base for its five control-card titles, below the admin standard (text-3xl h1 / text-2xl card titles) every sibling admin page uses. h1 -> text-3xl; the five card titles -> text-2xl.
- F8: the onboarding step-card title used text-xl for the same icon+title header pattern settings_card renders at text-2xl. -> text-2xl.
- F9: the /dashboard "Your Applications" section heading omitted the tracking-tight its /applications sibling headings carry. Added.

Class-string-only changes to existing Tailwind sizes.

#BUNYIP-469

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: nrupard <natrsmith11@gmail.com>
nrupard deleted branch fix/BUNYIP-469-typography-sizes 2026-08-04 20:37:14 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/bunyip!464
No description provided.