From e51baf54bc50c38c7fcf26ec966649e208df99ff Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Mon, 29 Apr 2024 19:27:14 +0530 Subject: [PATCH] fix(font): button Signed-off-by: Sudhanshu Dasgupta --- src/theme/components/button.modifier.ts | 1 - 1 file changed, 1 deletion(-) 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,