Skip to content

Commit

Permalink
Update packages/material-ui/src/Autocomplete/Autocomplete.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marija Najdova <[email protected]>
  • Loading branch information
oliviertassinari and mnajdova authored May 27, 2021
1 parent 7f6098c commit 30ffba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ const AutocompletePaper = experimentalStyled(Paper, {
/* Styles applied to the Paper component. */
...theme.typography.body1,
overflow: 'auto',
margin: '1px 0',
}));

const AutocompleteLoading = experimentalStyled('div', {
Expand Down

0 comments on commit 30ffba2

Please sign in to comment.