diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/transaction/components/Transactions.jsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/transaction/components/Transactions.jsx b/src/lib/transaction/components/Transactions.jsx index 7df1f0ff..e06d1927 100644 --- a/src/lib/transaction/components/Transactions.jsx +++ b/src/lib/transaction/components/Transactions.jsx @@ -640,7 +640,7 @@ const Transactions = ({ context = '' }) => { > {contLoadingId === saleOrder.id ? 'Memproses…' - : 'Lanjutkan Transaksi'} + : 'Bayar Sekarang'} </button> )} </div> @@ -1101,10 +1101,10 @@ const Transactions = ({ context = '' }) => { <div className='w-[1px] h-24 bg-gray-300'></div> - <div className='w-1/4 flex flex-col gap-2 items-end justify-center'> - <div className='flex flex-col text-black w-full'> - <p>Total Harga</p> - <p className='font-bold'> + <div className='w-1/4 flex flex-col gap-2 items-center justify-center text-center pl-5'> + <div className='flex flex-col text-black'> + <p className='text-sm'>Total Harga</p> + <p className='font-bold text-lg'> {currencyFormat(saleOrder.amountTotal)} </p> </div> @@ -1134,7 +1134,7 @@ const Transactions = ({ context = '' }) => { > {contLoadingId === saleOrder.id ? 'Memproses…' - : 'Lanjutkan Transaksi'} + : 'Bayar Sekarang'} </button> )} </div> |
