Skip to content

Commit 4920e9b

Browse files
Merge pull request #627 from sudhanshutech/font/button
Use less `fontWeight` for button
2 parents 4fad0b5 + 3e99ed8 commit 4920e9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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+
fontWeight: 500,
1617
'&.MuiButton-contained': {
1718
color: constant?.white,
1819
backgroundColor: brand?.default,

0 commit comments

Comments
 (0)