Skip to content

Commit 147a7ec

Browse files
authored
Merge pull request layer5io#612 from sudhanshutech/add/style
add style at button
2 parents 671557d + d95be72 commit 147a7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/components/button.modifier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const MuiButton: Components<Theme>['MuiButton'] = {
1313
} = theme;
1414
return {
1515
...textB2SemiBold,
16+
display: 'flex',
1617
'&.MuiButton-contained': {
1718
color: constant?.white,
1819
backgroundColor: brand?.default,

0 commit comments

Comments
 (0)