zen: refund

This commit is contained in:
Frank
2025-09-23 17:58:26 -04:00
parent c3b2c27997
commit edd6198999
8 changed files with 733 additions and 6 deletions

View File

@@ -40,6 +40,10 @@
&[data-slot="payment-amount"] {
color: var(--color-text);
&[data-refunded="true"] {
text-decoration: line-through;
}
}
}