Skip to content

Commit

Permalink
Update InputBase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Mar 31, 2020
1 parent 4e8c225 commit 7f255bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/InputBase/InputBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const styles = (theme) => {
// Mimics the default input display property used by browsers for an input.
...theme.typography.body1,
color: theme.palette.text.primary,
lineHeight: '1.1885em', // Reset (19px), match the native input line-height
lineHeight: '1.1876em', // Reset (19px), match the native input line-height
boxSizing: 'border-box', // Prevent padding issue with fullWidth.
position: 'relative',
cursor: 'text',
Expand Down Expand Up @@ -87,7 +87,7 @@ export const styles = (theme) => {
border: 0,
boxSizing: 'content-box',
background: 'none',
height: '1.1885em', // Reset (19px), match the native input line-height
height: '1.1876em', // Reset (19px), match the native input line-height
margin: 0, // Reset for Safari
WebkitTapHighlightColor: 'transparent',
display: 'block',
Expand Down

0 comments on commit 7f255bf

Please sign in to comment.