Skip to content

Commit e0bc47f

Browse files
authored
Merge pull request #1083 from layer5io/button/line-height
[Button] Set line-height to 'auto' globally
2 parents 14ea869 + 9b6fb91 commit e0bc47f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/custom/SearchBar.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ const customTheme = (theme: Theme) =>
5757
}
5858
}
5959
}
60+
},
61+
MuiButton: {
62+
styleOverrides: {
63+
root: {
64+
lineHeight: 'auto'
65+
}
66+
}
6067
}
6168
}
6269
});

0 commit comments

Comments
 (0)