aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/select.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/select.scss')
-rw-r--r--src/styles/select.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/select.scss b/src/styles/select.scss
index 36ac963bb..ed0fc0fc2 100644
--- a/src/styles/select.scss
+++ b/src/styles/select.scss
@@ -6,7 +6,7 @@ $toggle: "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj
6.theme__dark .franz-form .franz-form__select { 6.theme__dark .franz-form .franz-form__select {
7 background-color: $dark-theme-gray-dark; 7 background-color: $dark-theme-gray-dark;
8 border: 1px solid $dark-theme-gray-light; 8 border: 1px solid $dark-theme-gray-light;
9 color: $dark-theme-gray-light; 9 color: $dark-theme-gray-lightest;
10} 10}
11 11
12.franz-form .franz-form__select { 12.franz-form .franz-form__select {