Skip to content

Commit

Permalink
tweak the font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Jun 12, 2024
1 parent 6896b2e commit fb19876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-docs/src/branding/brandingTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ export function getThemedComponents(): ThemeOptions {
root: ({ theme }) => ({
display: 'inline-flex',
alignItems: 'center',
fontWeight: theme.typography.fontWeightSemiBold,
fontWeight: theme.typography.fontWeightMedium,
'&.MuiTypography-body1 > svg': {
marginTop: 2,
},
Expand Down

0 comments on commit fb19876

Please sign in to comment.