Select style fixed

This commit is contained in:
Manoj Vivek 2019-09-04 10:04:47 +05:30
parent 57a9ae6d23
commit 68550864f8

View file

@ -36,7 +36,7 @@ const styles = {
input: styles => ({...styles}), input: styles => ({...styles}),
placeholder: styles => ({...styles}), placeholder: styles => ({...styles}),
singleValue: (styles, {data}) => ({...styles, color: 'white'}), singleValue: (styles, {data}) => ({...styles, color: 'white'}),
menu: styles => ({...styles, background: '#ffffff10'}), menu: styles => ({...styles, background: '#4b4b4b', zIndex: 100}),
}; };
export default function PreviewerLayoutSelector(props) { export default function PreviewerLayoutSelector(props) {