Skip to content

Commit

Permalink
update brandingTheme after the merge with next
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Mar 27, 2024
1 parent eaf8e5f commit 6981c9d
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 @@ -495,7 +495,7 @@ export function getThemedComponents(): ThemeOptions {
'&:hover > span': { transform: 'translateX(2px)' },
}),
...(ownerState.size === 'small' && {
padding: theme.spacing('6px', 1),
padding: theme.spacing('6px', 1.5),
fontFamily: theme.typography.fontFamily,
fontSize: defaultTheme.typography.pxToRem(13),
fontWeight: theme.typography.fontWeightSemiBold,
Expand Down

0 comments on commit 6981c9d

Please sign in to comment.