Skip to content

Commit 995c091

Browse files
committed
Fix: Button Line Height
Signed-off-by: vr-varad <[email protected]>
1 parent c9bd721 commit 995c091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/components/button.modifier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const MuiButton: Components<Theme>['MuiButton'] = {
1414
return {
1515
...textB2SemiBold,
1616
fontWeight: 500,
17+
lineHeight: 'normal',
1718
'&.MuiButton-contained': {
1819
color: constant?.white,
1920
backgroundColor: brand?.default,

0 commit comments

Comments
 (0)