summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/transaction/components/Transactions.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transaction/components/Transactions.jsx b/src/lib/transaction/components/Transactions.jsx
index bb24f717..79ccdcb4 100644
--- a/src/lib/transaction/components/Transactions.jsx
+++ b/src/lib/transaction/components/Transactions.jsx
@@ -1143,7 +1143,7 @@ const Transactions = ({ context = '' }) => {
e.stopPropagation();
handleContinuePayment(saleOrder);
}}
- className='w-full py-2 btn-light text-nowrap border border-red-500 text-red-500 rounded-md disabled:opacity-60'
+ className='w-full py-2 text-nowrap border border-red-500 text-red-500 rounded-md disabled:opacity-60'
>
{contLoadingId === saleOrder.id
? 'Memproses…'