Skip to content

Commit

Permalink
Merge pull request #594 from sudhanshutech/fix/button
Browse files Browse the repository at this point in the history
Remove unnecessary font from button
  • Loading branch information
nebula-aac committed Apr 29, 2024
2 parents 1494da3 + e51baf5 commit 9609c85
Showing 1 changed file with 0 additions and 1 deletion.
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,
fontFamily: 'Qanelas Soft, sans-serif',
'&.MuiButton-contained': {
color: constant?.white,
backgroundColor: brand?.default,
Expand Down

0 comments on commit 9609c85

Please sign in to comment.