We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bd721 commit 995c091Copy full SHA for 995c091
1 file changed
src/theme/components/button.modifier.ts
@@ -14,6 +14,7 @@ export const MuiButton: Components<Theme>['MuiButton'] = {
14
return {
15
...textB2SemiBold,
16
fontWeight: 500,
17
+ lineHeight: 'normal',
18
'&.MuiButton-contained': {
19
color: constant?.white,
20
backgroundColor: brand?.default,
0 commit comments