Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Change workspace version using the UI #5158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 24, 2022
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