update: padding
This commit is contained in:
parent
f86ed2746d
commit
c096044e32
|
|
@ -169,7 +169,7 @@
|
|||
<% } %>
|
||||
|
||||
<% } 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>
|
||||
</div>
|
||||
<p class="text-lg font-semibold text-white">Payment confirmed</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue