Skip to content

Commit

Permalink
fix(comp:spin): spin container blured opacity should be 0.3 (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Feb 23, 2023
1 parent 2da284d commit f88ad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/spin/style/index.less
Expand Up @@ -81,7 +81,7 @@
transition: opacity @transition-duration-base;

&-blur {
opacity: 0.7;
opacity: 0.3;
user-select: none;
clear: both;
overflow: hidden;
Expand Down

0 comments on commit f88ad9a

Please sign in to comment.