Skip to content

Commit

Permalink
style(styles): Update letterSpacing and lineHeight for dark theme opt…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
AlbinoGeek committed Jul 13, 2024
1 parent 0e31638 commit ca6fd3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/darkThemeOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ const darkThemeOptions: Theme = createTheme({
fontFamily: ['VT323', 'monospace'].join(','),
fontSize: 18,
allVariants: {
letterSpacing: '0.2rem',
lineHeight: 0.98,
wordSpacing: '-0.2rem',
letterSpacing: '0.25rem',
lineHeight: 0.97,
wordSpacing: '-0.1rem',
},
body1: {
letterSpacing: '0.25rem',
lineHeight: 1.25,
letterSpacing: '0.3rem',
lineHeight: 1.24,
},
},
})
Expand Down

0 comments on commit ca6fd3c

Please sign in to comment.