Skip to content

Commit

Permalink
Merge pull request layer5io#612 from sudhanshutech/add/style
Browse files Browse the repository at this point in the history
add style at button
  • Loading branch information
aabidsofi19 authored May 5, 2024
2 parents 671557d + d95be72 commit 147a7ec
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 147a7ec

Please sign in to comment.