From 50c3f89e19891c8f5f014c3cef0df4a43f81bdcc Mon Sep 17 00:00:00 2001 From: Vasilii Artemchuk <3757319+vsn4ik@users.noreply.github.com> Date: Sat, 2 May 2020 10:27:27 +0300 Subject: [PATCH] fix: switch loading dark theme (#23766) --- components/switch/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/switch/style/index.less b/components/switch/style/index.less index b1e579ef02..be2a489979 100644 --- a/components/switch/style/index.less +++ b/components/switch/style/index.less @@ -71,7 +71,7 @@ &-loading &-loading-icon { display: inline-block; - color: @text-color; + color: rgba(0, 0, 0, 0.65); } &-checked&-loading &-loading-icon {