update: padding

This commit is contained in:
nate 2026-03-19 18:15:30 +04:00
parent 540ddd0c50
commit f86ed2746d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@
</div>
<% } else if (inv.status === 'confirming') { %>
<div class="w-16 h-16 mx-auto rounded-full bg-blue-500/10 border border-blue-500/20 flex items-center justify-center mb-2">
<div class="w-16 h-16 mx-auto rounded-full bg-blue-500/10 border border-blue-500/20 flex items-center justify-center mb-4">
<svg class="w-8 h-8 text-blue-500 animate-spin" fill="none" viewBox="0 0 24 24"><circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"/><path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z"/></svg>
</div>
<p class="text-lg font-semibold text-white">Payment received</p>