Skip to content

Commit

Permalink
Use standard input variants
Browse files Browse the repository at this point in the history
  • Loading branch information
brockfanning committed Feb 20, 2024
1 parent 4f5705c commit 7c3850b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,22 @@ const App = () => {
marginRight: '16px'
}
}
}
},
MuiFormControl: {
defaultProps: {
variant: 'standard',
},
},
MuiTextField: {
defaultProps: {
variant: 'standard',
},
},
MuiSelect: {
defaultProps: {
variant: 'standard',
},
},
},
});

Expand Down

0 comments on commit 7c3850b

Please sign in to comment.