diff --git a/ui/src/Common/Dropdown/Dropdown.scss b/ui/src/Common/Dropdown/Dropdown.scss index 2c48aa861..15c095659 100644 --- a/ui/src/Common/Dropdown/Dropdown.scss +++ b/ui/src/Common/Dropdown/Dropdown.scss @@ -78,6 +78,6 @@ @include main.dark-theme { .dropdown { - background-color: main.$gray; + background-color: main.$gray-1; } } diff --git a/ui/src/Common/FormTemplate/FormTemplate.scss b/ui/src/Common/FormTemplate/FormTemplate.scss index 504122f1e..c251f842a 100644 --- a/ui/src/Common/FormTemplate/FormTemplate.scss +++ b/ui/src/Common/FormTemplate/FormTemplate.scss @@ -139,7 +139,7 @@ &:hover, &:focus { - color: main.$gray; + color: main.$gray-1; } } } diff --git a/ui/src/Common/Timer/Timer.scss b/ui/src/Common/Timer/Timer.scss index a351c8e8a..6fe55841e 100644 --- a/ui/src/Common/Timer/Timer.scss +++ b/ui/src/Common/Timer/Timer.scss @@ -80,7 +80,7 @@ $timer-height: 2.81rem; @include main.dark-theme { .timer { .timer-count-down { - background-color: main.$gray; + background-color: main.$gray-1; } } }