Skip to content

Commit

Permalink
[FilledInput] Update the background color to match the spec (#12977)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeelibr authored and oliviertassinari committed Sep 23, 2018
1 parent 2802a1c commit aa04f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/FilledInput/FilledInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export const styles = theme => {
backgroundColor: light ? 'rgba(0, 0, 0, 0.13)' : 'rgba(255, 255, 255, 0.13)',
},
'&$focused': {
backgroundColor: light ? 'rgba(0, 0, 0, 0.18)' : 'rgba(255, 255, 255, 0.18)',
backgroundColor: light ? 'rgba(0, 0, 0, 0.09)' : 'rgba(255, 255, 255, 0.09)',
},
'&$disabled': {
backgroundColor: light ? 'rgba(0, 0, 0, 0.14)' : 'rgba(255, 255, 255, 0.14)',
backgroundColor: light ? 'rgba(0, 0, 0, 0.12)' : 'rgba(255, 255, 255, 0.12)',
},
},
/* Styles applied to the root element. */
Expand Down

0 comments on commit aa04f7e

Please sign in to comment.