Skip to content

Commit

Permalink
Merge pull request #613 from sudhanshutech/fix/style
Browse files Browse the repository at this point in the history
Fix style of button
  • Loading branch information
Mohd Uzair authored May 7, 2024
2 parents 147a7ec + 32f9fce commit 50b5301
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/theme/components/button.modifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const MuiButton: Components<Theme>['MuiButton'] = {
} = theme;
return {
...textB2SemiBold,
display: 'flex',
'&.MuiButton-contained': {
color: constant?.white,
backgroundColor: brand?.default,
Expand Down
1 change: 0 additions & 1 deletion src/theme/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export const typography = (mode: PaletteMode): TypographyOptions => {
fontWeight: 600,
lineHeight: '1.75rem',
textTransform: 'capitalize',
display: 'block',
[theme.breakpoints.down('sm')]: {
fontSize: '1rem',
lineHeight: '1.75rem'
Expand Down

0 comments on commit 50b5301

Please sign in to comment.