fix(web): align card-title and page-h1 sizes to the app scale #464
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/BUNYIP-469-typography-sizes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.