Move map and token settings to match the group overlay visual

This commit is contained in:
Mitchell McCaffrey
2021-06-12 14:30:54 +10:00
parent 495fa84cb5
commit 458feeec9e
4 changed files with 201 additions and 210 deletions

View File

@@ -24,7 +24,7 @@ function Select({ creatable, ...props }) {
}),
control: (provided, state) => ({
...provided,
backgroundColor: theme.colors.background,
backgroundColor: "transparent",
color: theme.colors.text,
borderColor: theme.colors.text,
opacity: state.isDisabled ? 0.5 : 1,