File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/material-ui/src/InputBase Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments