Skip to content

Commit

Permalink
feat: make note title bold
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcl-io committed Apr 22, 2021
1 parent 9128c17 commit 3f4cbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Note/NotePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const useStyles = makeStyles((theme) => ({

title: {
color: theme.palette.text.primary,
fontWeight: theme.typography.fontWeightMedium,
fontWeight: theme.typography.fontWeightBold,
marginBottom: theme.spacing(6),
},
}));
Expand Down

0 comments on commit 3f4cbc7

Please sign in to comment.