Skip to content

Commit

Permalink
fix(font): button
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed May 21, 2024
1 parent 0fbd2ca commit 3e99ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/components/button.modifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const MuiButton: Components<Theme>['MuiButton'] = {
} = theme;
return {
...textB2SemiBold,
fontWeight: 500,
'&.MuiButton-contained': {
color: constant?.white,
backgroundColor: brand?.default,
Expand Down

0 comments on commit 3e99ed8

Please sign in to comment.