Skip to content

Commit 7f255bf

Browse files
Update InputBase.js
1 parent 4e8c225 commit 7f255bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/material-ui/src/InputBase/InputBase.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const styles = (theme) => {
4141
// Mimics the default input display property used by browsers for an input.
4242
...theme.typography.body1,
4343
color: theme.palette.text.primary,
44-
lineHeight: '1.1885em', // Reset (19px), match the native input line-height
44+
lineHeight: '1.1876em', // Reset (19px), match the native input line-height
4545
boxSizing: 'border-box', // Prevent padding issue with fullWidth.
4646
position: 'relative',
4747
cursor: 'text',
@@ -87,7 +87,7 @@ export const styles = (theme) => {
8787
border: 0,
8888
boxSizing: 'content-box',
8989
background: 'none',
90-
height: '1.1885em', // Reset (19px), match the native input line-height
90+
height: '1.1876em', // Reset (19px), match the native input line-height
9191
margin: 0, // Reset for Safari
9292
WebkitTapHighlightColor: 'transparent',
9393
display: 'block',

0 commit comments

Comments
 (0)