update: padding

This commit is contained in:
nate 2026-03-19 18:17:45 +04:00
parent f86ed2746d
commit c096044e32
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
<% } %> <% } %>
<% } else if (inv.status === 'paid') { %> <% } else if (inv.status === 'paid') { %>
<div class="w-16 h-16 mx-auto rounded-full bg-green-500/10 border border-green-500/20 flex items-center justify-center mb-2"> <div class="w-16 h-16 mx-auto rounded-full bg-green-500/10 border border-green-500/20 flex items-center justify-center mb-4">
<svg class="w-8 h-8 text-green-400" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"/></svg> <svg class="w-8 h-8 text-green-400" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"/></svg>
</div> </div>
<p class="text-lg font-semibold text-white">Payment confirmed</p> <p class="text-lg font-semibold text-white">Payment confirmed</p>