Skip to content

Commit

Permalink
fix: make fontweight thinner on header
Browse files Browse the repository at this point in the history
  • Loading branch information
supapesh committed Apr 20, 2022
1 parent 87df7a7 commit 409db91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const useStyles = createStyles((theme) => ({
},
},
header: {
fontWeight: '600',
fontWeight: '500',
},
subHeader: {
fontWeight: 'lighter',
Expand Down

0 comments on commit 409db91

Please sign in to comment.