Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mui/material-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1a949cd4697d2175eff46b5843c93c19a133837f
Choose a base ref
...
head repository: mui/material-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e09dfcc607b26166d8d3a2187719d76ad822c82
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 4, 2020

  1. #19409 fix

    kusmierz committed Feb 4, 2020
    Copy the full SHA
    ecea3ac View commit details
  2. Copy the full SHA
    3e09dfc View commit details
Showing with 1 addition and 2 deletions.
  1. +1 −2 packages/material-ui/src/InputBase/InputBase.js
3 changes: 1 addition & 2 deletions packages/material-ui/src/InputBase/InputBase.js
Original file line number Diff line number Diff line change
@@ -39,9 +39,8 @@ export const styles = theme => {
/* Styles applied to the root element. */
root: {
// Mimics the default input display property used by browsers for an input.
fontFamily: theme.typography.fontFamily,
...theme.typography.body1,
color: theme.palette.text.primary,
fontSize: theme.typography.pxToRem(16),
lineHeight: '1.1875em', // Reset (19px), match the native input line-height
boxSizing: 'border-box', // Prevent padding issue with fullWidth.
position: 'relative',