Merge pull request #4899 from mempool/nymkappa/polish-button

[accelerator] fix label accelerate button
This commit is contained in:
wiz 2024-04-05 20:45:27 +09:00 committed by GitHub
commit 2543eb6861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -237,7 +237,8 @@
</div>
</div>
<div class="row d-flex justify-content-end mr-1" style="height: 48px" *ngIf="!hideCashApp">
<div class="row d-flex justify-content-end align-items-center mr-1" style="height: 48px" *ngIf="!hideCashApp">
<div [style]="showSpinner ? 'opacity: 0' : 'opacity: 1'" class="p-2">Accelerate with</div>
<div id="cash-app-pay" style="max-width: 320px" [style]="showSpinner ? 'opacity: 0' : 'opacity: 1'"></div>
<div *ngIf="showSpinner" class="d-flex align-items-center">
<span class="mr-2">Loading</span>