We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 671557d + d95be72 commit 147a7ecCopy full SHA for 147a7ec
src/theme/components/button.modifier.ts
@@ -13,6 +13,7 @@ export const MuiButton: Components<Theme>['MuiButton'] = {
13
} = theme;
14
return {
15
...textB2SemiBold,
16
+ display: 'flex',
17
'&.MuiButton-contained': {
18
color: constant?.white,
19
backgroundColor: brand?.default,
0 commit comments