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 7, 2024
1 parent 147a7ec commit 32f9fce
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 32f9fce

Please sign in to comment.