Skip to content

Commit

Permalink
fix(style): 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 5, 2024
1 parent 671557d commit d95be72
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,
display: 'flex',
'&.MuiButton-contained': {
color: constant?.white,
backgroundColor: brand?.default,
Expand Down

0 comments on commit d95be72

Please sign in to comment.