style(slots): clean up unused button styling
This commit is contained in:
parent
98668a3fb0
commit
4d76655e2f
2 changed files with 1 additions and 14 deletions
|
@ -74,9 +74,8 @@
|
|||
|
||||
<button
|
||||
(click)="spin()"
|
||||
class="px-4 py-1.5 font-bold rounded"
|
||||
class="button-primary px-4 py-1.5 font-bold"
|
||||
[ngClass]="{
|
||||
'open-btn': hasEnoughBalance(),
|
||||
'bg-gray-500 cursor-not-allowed': !hasEnoughBalance(),
|
||||
}"
|
||||
[disabled]="isSpinning || !hasEnoughBalance()"
|
||||
|
|
Reference in a new issue