diff --git a/src/theme/components/button.modifier.ts b/src/theme/components/button.modifier.ts index 33b325acb..6c1081d6e 100644 --- a/src/theme/components/button.modifier.ts +++ b/src/theme/components/button.modifier.ts @@ -13,6 +13,7 @@ export const MuiButton: Components['MuiButton'] = { } = theme; return { ...textB2SemiBold, + display: 'flex', '&.MuiButton-contained': { color: constant?.white, backgroundColor: brand?.default,