From 5b03264f9a09ecfc8c64c196cae65b38454538fa Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 14 Nov 2023 19:40:50 +0800 Subject: [PATCH] fix: color --- src/components/SelectSingle.vue | 2 +- src/views/Settings.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SelectSingle.vue b/src/components/SelectSingle.vue index 02089e21..6f6cdd5f 100644 --- a/src/components/SelectSingle.vue +++ b/src/components/SelectSingle.vue @@ -88,7 +88,7 @@ limitations under the License. --> border: 1px solid #ddd; background: $theme-background; border-radius: 3px; - color: #000; + color: $font-color; font-size: $font-size-smaller; height: 24px; diff --git a/src/views/Settings.vue b/src/views/Settings.vue index b4bc9237..bd3ef075 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -177,7 +177,7 @@ limitations under the License. --> width: 180px; display: inline-block; font-weight: 500; - color: #000; + color: $font-color; line-height: 25px; } }