diff --git a/src/components/LocalePicker.js b/src/components/LocalePicker.js index 616c6fe796..a1f9d8593d 100644 --- a/src/components/LocalePicker.js +++ b/src/components/LocalePicker.js @@ -34,14 +34,6 @@ export class LocalePicker extends Component { value={locale} onChange={(e) => { setLocale(e.target.value); }} name="locale" - sx={{ - '& .MuiSelect-select': { - '&:focus': { - backgroundColor: 'background.paper', - }, - }, - backgroundColor: 'background.paper', - }} > { availableLocales.map(l => (