diff --git a/ui/src/Components/MultiSelect/index.js b/ui/src/Components/MultiSelect/index.js index 282c653c8..3ee134f4d 100644 --- a/ui/src/Components/MultiSelect/index.js +++ b/ui/src/Components/MultiSelect/index.js @@ -49,9 +49,9 @@ const ReactSelectStyles = { multiValue: (base, state) => ({ ...base, borderRadius: "4px", - backgroundColor: "#95a5a6", + backgroundColor: "#455a64", "&:hover": { - backgroundColor: "#95a5a6" + backgroundColor: "#455a64" } }), multiValueLabel: (base, state) => ({