From b8e228e276ca3a5920f7a1b0bce1f6cba4035121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 29 Feb 2024 14:19:04 +0800 Subject: [PATCH] fix: result page dark theme --- src/components/result-page/result-page.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/result-page/result-page.less b/src/components/result-page/result-page.less index cbaabd4991..5860fced9c 100644 --- a/src/components/result-page/result-page.less +++ b/src/components/result-page/result-page.less @@ -20,7 +20,7 @@ } &-icon { - color: var(--adm-color-background); + color: var(--adm-color-text-light-solid); box-sizing: border-box; padding: 2px; margin-bottom: 8px; @@ -32,7 +32,7 @@ &-title { font-size: var(--adm-font-size-10); - color: var(--adm-color-background); + color: var(--adm-color-text-light-solid); line-height: 1.4; text-align: center; } @@ -56,7 +56,7 @@ flex-direction: row; justify-content: space-between; margin-bottom: 5px; - color: var(--adm-color-background); + color: var(--adm-color-text-light-solid); font-size: var(--adm-font-size-6); &-bold { @@ -70,8 +70,8 @@ height: 10px; margin: auto; margin-bottom: 5px; - border-top: 2px solid var(--adm-color-background); - border-right: 2px solid var(--adm-color-background); + border-top: 2px solid var(--adm-color-text-light-solid); + border-right: 2px solid var(--adm-color-text-light-solid); transform: rotate(135deg); &-active {