mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
Select style fixed
This commit is contained in:
parent
57a9ae6d23
commit
68550864f8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue