styled select list background
This commit is contained in:
parent
5c1bd52dcd
commit
6f9a75d1c7
@ -20,6 +20,13 @@ export const CountrySelector:FC<CountrySelectorProps> = ({setMask}) => {
|
|||||||
value={country}
|
value={country}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
renderValue={(value) => value}
|
renderValue={(value) => value}
|
||||||
|
MenuProps={{
|
||||||
|
PaperProps: {
|
||||||
|
style: {
|
||||||
|
backgroundColor: theme.palette.background.default,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}}
|
||||||
sx={{
|
sx={{
|
||||||
minWidth: 50,
|
minWidth: 50,
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
|
Loading…
Reference in New Issue
Block a user