Skip to content

Commit

Permalink
[docs] Fix incorrect type for fontWeight
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Mar 4, 2020
1 parent 991a0fa commit 0055e50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const useStyles = makeStyles(theme => ({
padding: theme.spacing(1, 0),
},
total: {
fontWeight: '700',
fontWeight: 700,
},
title: {
marginTop: theme.spacing(2),
Expand Down

0 comments on commit 0055e50

Please sign in to comment.