diff --git a/src/styles/search.ts b/src/styles/search.ts index 1c8ba954e..2b0a29760 100644 --- a/src/styles/search.ts +++ b/src/styles/search.ts @@ -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,