mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-12-04 04:03:21 +00:00
refactor: add animations ✨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 10m27s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 10m27s
This commit is contained in:
@@ -66,7 +66,7 @@ export async function WalletTransactionsTable({
|
||||
</div>
|
||||
) : (
|
||||
<div>
|
||||
<div className="flex gap-4 mb-4 w-full">
|
||||
<div className="flex gap-4 mb-4 w-full motion-preset-fade-md">
|
||||
<div className="bg-red-300 ring-4 ring-red-500/20 w-full sm:w-fit dark:bg-red-950 dark:text-red-400 text-red-900 p-2 px-4 rounded-md mb-2">
|
||||
<h5 className="text-lg font-semibold uppercase font-barlow">
|
||||
Total Debit
|
||||
@@ -95,7 +95,7 @@ export async function WalletTransactionsTable({
|
||||
{transactions?.data?.map((trx) => (
|
||||
<TableRow
|
||||
className={cn(
|
||||
"items-start border rounded p-2",
|
||||
"items-start border rounded p-2 motion-preset-slide-down-sm",
|
||||
trx?.transaction_type === "TOPUP"
|
||||
? "credit-bg"
|
||||
: "debit-bg",
|
||||
|
||||
Reference in New Issue
Block a user