From f4bbc0ae907a076501372710e12a5a8ce97aba29 Mon Sep 17 00:00:00 2001 From: Panos Christophides Date: Wed, 30 Nov 2022 16:43:50 +0200 Subject: [PATCH] update dropdown bg color to differentiate it from border color --- src/theme/dark/colors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/dark/colors.js b/src/theme/dark/colors.js index 9eb2f017d..44c10ed37 100644 --- a/src/theme/dark/colors.js +++ b/src/theme/dark/colors.js @@ -9,7 +9,7 @@ const appColors = { tabsBorder: rawColors.neutral.ratsbane, disabled: rawColors.neutral.tuna, disabledBackground: rawColors.neutral.outerSpace, - dropdown: rawColors.neutral.ratsbane, + dropdown: rawColors.neutral.arsenic, elementBackground: rawColors.neutral.outerSpace, elementBackgroundHover: rawColors.neutral.tuna, mainBackground: rawColors.neutral.gunmetal,