Standardise settings select margins

This commit is contained in:
Mitchell McCaffrey
2021-06-09 09:47:39 +10:00
parent ee34c599da
commit 1d2696228b
3 changed files with 25 additions and 23 deletions

View File

@@ -53,6 +53,10 @@ function Select({ creatable, ...props }) {
color: theme.colors.text,
opacity: state.isDisabled ? 0.5 : 1,
}),
container: (provided) => ({
...provided,
margin: "4px 0",
}),
}}
theme={(t) => ({
...t,