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 {
padding: 0 10px;
border-radius: 50%;
border-radius: var(--thaw-height);
}
@keyframes thawLoadingCircle {