fix: button component round

This commit is contained in:
luoxiao 2023-12-10 13:55:54 +08:00
parent a0abd12fea
commit 99e81b9cf1

View file

@ -66,8 +66,7 @@
} }
.thaw-button--round { .thaw-button--round {
padding: 0 10px; border-radius: var(--thaw-height);
border-radius: 50%;
} }
@keyframes thawLoadingCircle { @keyframes thawLoadingCircle {