diff --git a/src/theme/components/button.modifier.ts b/src/theme/components/button.modifier.ts index 6c1081d6e..33b325acb 100644 --- a/src/theme/components/button.modifier.ts +++ b/src/theme/components/button.modifier.ts @@ -13,7 +13,6 @@ export const MuiButton: Components['MuiButton'] = { } = theme; return { ...textB2SemiBold, - display: 'flex', '&.MuiButton-contained': { color: constant?.white, backgroundColor: brand?.default, diff --git a/src/theme/typography.ts b/src/theme/typography.ts index bf2456e9b..6a6e4b675 100644 --- a/src/theme/typography.ts +++ b/src/theme/typography.ts @@ -104,7 +104,6 @@ export const typography = (mode: PaletteMode): TypographyOptions => { fontWeight: 600, lineHeight: '1.75rem', textTransform: 'capitalize', - display: 'block', [theme.breakpoints.down('sm')]: { fontSize: '1rem', lineHeight: '1.75rem'