Skip to content

Commit

Permalink
normalize line heights/font size for navlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Oct 8, 2023
1 parent cb75506 commit c23bd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/konfig-next-app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ function App(props: AppProps) {
styles: (theme) => ({
root: {
borderRadius: theme.radius.sm,
fontSize: theme.fontSizes.sm,
},
label: {
fontSize: theme.fontSizes.sm,
fontWeight: 500,
},
}),
Expand Down

0 comments on commit c23bd3c

Please sign in to comment.