From 090d7d72c5f87d5f33cdb1cf2b6a2eff82c157c6 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 24 Feb 2023 06:43:37 +0000 Subject: [PATCH] =?UTF-8?q?switch=E5=BC=80=E5=85=B3=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/red.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 8bf2176..f75708a 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -313,5 +313,16 @@ body[data-theme='red'] { } } + .ant-switch{ + &.ant-switch-checked{ + background-color: $linx-red-theme; + } + } + .header-text{ + &:hover{ + color: $linx-red-theme; + } + } + } -- Gitee