feat(admin-topup): add description field to topup request payload
fix(wallet-transactions-table): update badge colors for better visibility
This commit is contained in:
@@ -110,11 +110,11 @@ export async function WalletTransactionsTable({
|
||||
<TableCell>
|
||||
<span className="font-semibold pr-2">
|
||||
{trx.transaction_type === "TOPUP" ? (
|
||||
<Badge className="bg-green-100 dark:bg-green-700">
|
||||
<Badge className="bg-green-100 text-green-950 dark:bg-green-700">
|
||||
{trx.transaction_type}
|
||||
</Badge>
|
||||
) : (
|
||||
<Badge className="bg-red-500 dark:bg-red-700">
|
||||
<Badge className="bg-red-500 text-red-950 dark:bg-red-700">
|
||||
{trx.transaction_type}
|
||||
</Badge>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user