Skip to content

Commit e94b8ec

Browse files
committed
chore: increase line-height
1 parent 792d54b commit e94b8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mui-theme.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default createTheme({
3434
typography: {
3535
allVariants: {
3636
letterSpacing: 'normal',
37-
lineHeight: 1.25,
37+
lineHeight: 1.5,
3838
},
3939
fontFamily: ['Roboto', 'Helvetica', 'Arial', 'sans-serif'].join(', '),
4040
subtitle1: {
@@ -55,7 +55,7 @@ export default createTheme({
5555
styleOverrides: {
5656
root: {
5757
color: orange[400],
58-
lineHeight: 1.25,
58+
lineHeight: 1.5,
5959
letterSpacing: 'normal',
6060
},
6161
},

0 commit comments

Comments
 (0)