From d95be72b8fabce392af9b77626b1d22cc8bfa24d Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Mon, 6 May 2024 00:02:04 +0530 Subject: [PATCH] fix(style): button Signed-off-by: Sudhanshu Dasgupta --- src/theme/components/button.modifier.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/components/button.modifier.ts b/src/theme/components/button.modifier.ts index 33b325acb..6c1081d6e 100644 --- a/src/theme/components/button.modifier.ts +++ b/src/theme/components/button.modifier.ts @@ -13,6 +13,7 @@ export const MuiButton: Components['MuiButton'] = { } = theme; return { ...textB2SemiBold, + display: 'flex', '&.MuiButton-contained': { color: constant?.white, backgroundColor: brand?.default,