Skip to content

Commit

Permalink
fix(font): button
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Apr 29, 2024
1 parent 1494da3 commit e51baf5
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 e51baf5

Please sign in to comment.