fix(web): standardize font sizes to style guide scale #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Ref:
docs/STYLE.md§ Typography / ScaleThe style guide defines a strict typography scale:
The codebase uses non-standard rem values extensively (~40 instances):
0.6rem(9.6px) — violates 10px minimum — FileDropZone.tsx:1580.7rem(11.2px) — AuditSummaryBar.tsx, FileDropZone.tsx, BOMTab.tsx0.8rem(12.8px) — SettingsPage.tsx, ProjectsPage.tsx, SchemasPage.tsx0.9rem(14.4px) — LoginPage.tsx, ProjectsPage.tsx, SettingsPage.tsxFix: Map all font sizes to the standard scale:
0.6rem→0.625rem(10px) or remove0.7rem→0.6875rem(11px)0.8rem→0.75rem(12px)0.9rem→0.8125rem(13px)Also fix
fontWeight: 700in non-title contexts: