diff --git a/src/theme/components/button.modifier.ts b/src/theme/components/button.modifier.ts index ccf220c6..33b325ac 100644 --- a/src/theme/components/button.modifier.ts +++ b/src/theme/components/button.modifier.ts @@ -13,7 +13,6 @@ export const MuiButton: Components['MuiButton'] = { } = theme; return { ...textB2SemiBold, - fontFamily: 'Qanelas Soft, sans-serif', '&.MuiButton-contained': { color: constant?.white, backgroundColor: brand?.default,