fixes button loading spinner
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.spinner:after {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</script>
|
||||
|
||||
<button
|
||||
class="{extraClasses} flex items-center justify-center"
|
||||
class="relative {extraClasses} flex items-center justify-center"
|
||||
class:btn-primary={primary}
|
||||
class:btn-secondary={secondary}
|
||||
class:btn-large={large}
|
||||
|
||||
Reference in New Issue
Block a user