improved design

This commit is contained in:
Daniel
2023-05-29 01:36:49 +03:30
parent ba8dd7dd8f
commit 785ddb9a3f
8 changed files with 51 additions and 29 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ export const styles: StylesConfig = {
cursor: "pointer",
backgroundColor: state.isSelected ? "#0ea5e9" : "inherit",
"&:hover": {
backgroundColor: state.isSelected ? "#0ea5e9" : "#bae6fd",
backgroundColor: state.isSelected ? "#0ea5e9" : "#e2e8f0",
},
transition: "all 50ms",
}),
@@ -43,7 +43,7 @@ export const styles: StylesConfig = {
}),
clearIndicator: (styles) => ({
...styles,
cursor: "pointer",
visibility: "hidden",
}),
placeholder: (styles) => ({
...styles,