refactor(ui): change multi select background color to 'dark'

This commit is contained in:
Łukasz Mierzwa
2018-08-22 21:04:36 +01:00
parent c2951738c0
commit 74662aed86
+2 -2
View File
@@ -49,9 +49,9 @@ const ReactSelectStyles = {
multiValue: (base, state) => ({
...base,
borderRadius: "4px",
backgroundColor: "#95a5a6",
backgroundColor: "#455a64",
"&:hover": {
backgroundColor: "#95a5a6"
backgroundColor: "#455a64"
}
}),
multiValueLabel: (base, state) => ({