We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18524c1 commit 3764e63Copy full SHA for 3764e63
packages/material-ui/src/InputBase/InputBase.js
@@ -39,9 +39,8 @@ export const styles = theme => {
39
/* Styles applied to the root element. */
40
root: {
41
// Mimics the default input display property used by browsers for an input.
42
- fontFamily: theme.typography.fontFamily,
+ ...theme.typography.body1,
43
color: theme.palette.text.primary,
44
- fontSize: theme.typography.pxToRem(16),
45
lineHeight: '1.1875em', // Reset (19px), match the native input line-height
46
boxSizing: 'border-box', // Prevent padding issue with fullWidth.
47
position: 'relative',
0 commit comments