From 74662aed8668a65020cdbea6872677f01f839e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 22 Aug 2018 20:15:10 +0100 Subject: [PATCH] refactor(ui): change multi select background color to 'dark' --- ui/src/Components/MultiSelect/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) => ({