From 2b6853bc7044d723c39649545be48d67f56e32bc Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Wed, 17 Nov 2021 21:18:57 +0100 Subject: [PATCH] improve select dropdowns background color --- src/styles/Inputs.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/Inputs.scss b/src/styles/Inputs.scss index d79117a..61045a8 100644 --- a/src/styles/Inputs.scss +++ b/src/styles/Inputs.scss @@ -66,6 +66,10 @@ select { &:active { background-color: spiceColor("selected-row", 0.6) !important; } + + option { + background: spiceColor("main") !important; + } } input {