Skip to content

Commit

Permalink
Update packages/material-ui/src/FilledInput/FilledInput.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Jan 27, 2021
1 parent a85b449 commit 494d00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/FilledInput/FilledInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
const overridesResolver = (props, styles) => {
const { styleProps } = props;
return deepmerge(inputBaseOverridesResolver(props, styles), {
...(!styleProps.disableUnderline && styles.undeline),
...(!styleProps.disableUnderline && styles.underline),
});
};

Expand Down

0 comments on commit 494d00c

Please sign in to comment.