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 {