mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-02 08:34:15 -05:00
fix: button component round
This commit is contained in:
parent
a0abd12fea
commit
99e81b9cf1
1 changed files with 1 additions and 2 deletions
|
@ -66,8 +66,7 @@
|
|||
}
|
||||
|
||||
.thaw-button--round {
|
||||
padding: 0 10px;
|
||||
border-radius: 50%;
|
||||
border-radius: var(--thaw-height);
|
||||
}
|
||||
|
||||
@keyframes thawLoadingCircle {
|
||||
|
|
Loading…
Add table
Reference in a new issue