Skip to content

Commit

Permalink
chore: change button height and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosh-ramos committed Jan 17, 2025
1 parent 74cf601 commit 2837e37
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/theme/light-theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const typography: ThemeOptions['typography'] = {
fontWeight: font_weight_regular,
},
button: {
fontSize: font_16,
fontSize: font_14,
fontWeight: font_weight_medium,
textTransform: 'inherit',
lineHeight: 'normal',
Expand Down Expand Up @@ -398,15 +398,18 @@ const lightTheme = createTheme({
styleOverrides: {
sizeSmall: {
fontSize: font_14,
padding: `8px 16px`,
padding: '0 16px',
height: '36px',
},
sizeMedium: {
fontSize: font_16,
padding: `12px 28px`,
fontSize: font_14,
padding: '0 24px',
height: '44px',
},
sizeLarge: {
fontSize: font_16,
padding: `20px 43px`,
padding: '0 32px',
height: '52px',
},
containedInherit: {
backgroundColor: sb_overlay_secondary,
Expand Down

0 comments on commit 2837e37

Please sign in to comment.