Skip to content

Commit

Permalink
feat: tweak font size for WorkOS Docs preset
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha authored and Kikobeats committed Sep 7, 2022
1 parent c5c3baa commit 12bc628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/components/presets/workos-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const code = (
backgroundColor: '#f5f5ff',
color: '#6363f1',
display: 'inline',
fontSize: 16,
fontSize: 20,
fontWeight: 400,
fontFamily: 'Untitled Sans',
lineHeight: '20px',
Expand All @@ -75,7 +75,7 @@ const code = (
<Paragraph
sx={{
width: '100%',
fontSize: 32,
fontSize: 40,
fontWeight: 500,
lineHeight: 1.2,
letterSpacing: '-.04em',
Expand Down

0 comments on commit 12bc628

Please sign in to comment.