Skip to content

Commit 7c3850b

Browse files
committed
Use standard input variants
1 parent 4f5705c commit 7c3850b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/App.js

+16-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,22 @@ const App = () => {
7575
marginRight: '16px'
7676
}
7777
}
78-
}
78+
},
79+
MuiFormControl: {
80+
defaultProps: {
81+
variant: 'standard',
82+
},
83+
},
84+
MuiTextField: {
85+
defaultProps: {
86+
variant: 'standard',
87+
},
88+
},
89+
MuiSelect: {
90+
defaultProps: {
91+
variant: 'standard',
92+
},
93+
},
7994
},
8095
});
8196

0 commit comments

Comments
 (0)