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.
1 parent 644503f commit f4be227Copy full SHA for f4be227
1 file changed
packages/mui-component-mapper/src/files/select.js
@@ -21,7 +21,6 @@ const Select = (props) => {
21
invalid={invalid}
22
textFieldProps={{
23
label,
24
- color: invalid ? 'red' : 'blue',
25
InputLabelProps: {
26
shrink: true
27
}
0 commit comments