fix: switch loading dark theme (#23766)

This commit is contained in:
Vasilii Artemchuk 2020-05-02 10:27:27 +03:00 committed by GitHub
parent ca896092e2
commit 50c3f89e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@
&-loading &-loading-icon {
display: inline-block;
color: @text-color;
color: rgba(0, 0, 0, 0.65);
}
&-checked&-loading &-loading-icon {