Merge pull request #64 from prymitive/select-bg-color

refactor(ui): change multi select background color to 'dark'
This commit is contained in:
Łukasz Mierzwa
2018-08-22 21:31:05 +01:00
committed by GitHub

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) => ({