Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanFrescas committed Dec 11, 2019
1 parent aa2f08e commit 3485a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/NativeSelect/NativeSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const styles = theme => ({
filled: {
'&&': {
paddingRight: 32,
}
},
},
/* Styles applied to the select component if `variant="outlined"`. */
outlined: {
Expand Down

0 comments on commit 3485a37

Please sign in to comment.