diff --git a/packages/material-ui/src/Input/Input.js b/packages/material-ui/src/Input/Input.js index cee65cc5a96528..a952738f7ce92a 100644 --- a/packages/material-ui/src/Input/Input.js +++ b/packages/material-ui/src/Input/Input.js @@ -70,7 +70,7 @@ export const styles = theme => { }, }, '&$disabled:before': { - borderBottom: `1px dotted ${bottomLineColor}`, + borderBottomStyle: 'dotted', }, }, /* Styles applied to the root element if `error={true}`. */