fix(web): standardize typography and spacing to style guide #93

Merged
forbes merged 2 commits from fix-web-style-guide into main 2026-02-14 19:37:05 +00:00
Owner

Fixes font sizes to the style guide scale and aligns all spacing values to the 4px grid.

Font sizes (#70):

  • fontWeight: 700 → 600 in non-title contexts (LoginPage, FileDropZone)
  • Badge padding aligned to 4px grid

Spacing (#71):

  • theme.css: all density variables (comfortable + compact) snapped to 4px grid
  • silo-base.css: focus ring box-shadow 0.2rem → 0.25rem
  • All TSX inline styles: 0.15rem→0.25rem, 0.35rem→0.25rem, 0.375rem→0.25rem (borderRadius), 0.4rem→0.5rem, 0.6rem→0.5rem
  • 27 files updated, zero off-grid values remain

Closes #70, Closes #71

Fixes font sizes to the style guide scale and aligns all spacing values to the 4px grid. **Font sizes (#70):** - fontWeight: 700 → 600 in non-title contexts (LoginPage, FileDropZone) - Badge padding aligned to 4px grid **Spacing (#71):** - theme.css: all density variables (comfortable + compact) snapped to 4px grid - silo-base.css: focus ring box-shadow 0.2rem → 0.25rem - All TSX inline styles: 0.15rem→0.25rem, 0.35rem→0.25rem, 0.375rem→0.25rem (borderRadius), 0.4rem→0.5rem, 0.6rem→0.5rem - 27 files updated, zero off-grid values remain Closes #70, Closes #71
forbes added 2 commits 2026-02-14 19:36:35 +00:00
Map fontWeight: 700 → 600 in non-title contexts (LoginPage, FileDropZone).
Align FileDropZone badge padding to 4px grid.

Closes #70
Standardize all spacing to multiples of 4px (0.25rem):
- 0.15rem (2.4px) → 0.25rem (4px)
- 0.35rem (5.6px) → 0.25rem (4px)
- 0.375rem (6px) → 0.25rem (4px) for borderRadius
- 0.4rem (6.4px) → 0.5rem (8px)
- 0.6rem (9.6px) → 0.5rem (8px)

Updated theme.css density variables, silo-base.css focus ring,
and all TSX component inline styles.

Closes #71
forbes merged commit ef44523ae8 into main 2026-02-14 19:37:05 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#93