mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
fix: switch loading dark theme (#23766)
This commit is contained in:
parent
ca896092e2
commit
50c3f89e19
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
&-loading &-loading-icon {
|
&-loading &-loading-icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: @text-color;
|
color: rgba(0, 0, 0, 0.65);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-checked&-loading &-loading-icon {
|
&-checked&-loading &-loading-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user