Skip to content
Prev Previous commit
Next Next commit
Use theme for font sizes
  • Loading branch information
BrunoQuaresma committed Nov 23, 2022
commit 0ac0e6a846546392f6875d40d986fdeb9c775f45
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ const useStyles = makeStyles((theme) => ({
},

workspaceName: {
fontSize: 16,
fontSize: theme.spacing(2),
},

workspaceDescription: {
fontSize: 14,
fontSize: theme.spacing(1.75),
color: theme.palette.text.secondary,
},

Expand All @@ -143,7 +143,7 @@ const useStyles = makeStyles((theme) => ({
},

versionDescription: {
fontSize: 12,
fontSize: theme.spacing(1.5),
color: theme.palette.text.secondary,
},

Expand Down