Skip to content

Commit 7802c2c

Browse files
authored
Merge pull request #1163 from layer5io/leecalcote/button/lineheight-to-normal
Button: set line-height to normal
2 parents f524033 + 7f1c8b7 commit 7802c2c

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)