fix selected value style

This commit is contained in:
Abhinav 2022-06-20 18:24:13 +05:30
parent 2e1d7eb431
commit 33365c82ae

View file

@ -52,9 +52,10 @@ export const SelectStyles = {
}),
singleValue: (style, state) => ({
...style,
backgroundColor: '#282828',
backgroundColor: 'transparent',
color: '#d1d1d1',
display: state.selectProps.menuIsOpen ? 'none' : 'block',
marginLeft: '36px',
}),
placeholder: (style) => ({
...style,