We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2f84df + 5239861 commit f61d24dCopy full SHA for f61d24d
src/text-field.jsx
@@ -160,6 +160,7 @@ const TextField = React.createClass({
160
height: (props.rows - 1) * 24 + (props.floatingLabelText ? 72 : 48),
161
display: 'inline-block',
162
position: 'relative',
163
+ backgroundColor: backgroundColor,
164
fontFamily: this.state.muiTheme.rawTheme.fontFamily,
165
transition: Transitions.easeOut('200ms', 'height'),
166
},
@@ -187,7 +188,7 @@ const TextField = React.createClass({
187
188
height: '100%',
189
border: 'none',
190
outline: 'none',
- backgroundColor: backgroundColor,
191
+ backgroundColor: 'transparent',
192
color: props.disabled ? disabledTextColor : textColor,
193
font: 'inherit',
194
0 commit comments