From 21938657ca4024874171c1710f0c8867a0c2c4c9 Mon Sep 17 00:00:00 2001 From: i701 Date: Sun, 27 Jul 2025 22:23:37 +0500 Subject: [PATCH] fix(wallet-transactions): improve badge text color for transaction types (mobile) --- components/wallet-transactions-table.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/wallet-transactions-table.tsx b/components/wallet-transactions-table.tsx index 57bf166..4620661 100644 --- a/components/wallet-transactions-table.tsx +++ b/components/wallet-transactions-table.tsx @@ -214,11 +214,11 @@ function MobileTransactionDetails({ trx }: { trx: WalletTransaction }) { {trx.transaction_type === "TOPUP" ? ( - + {trx.transaction_type} ) : ( - + {trx.transaction_type} )}