From bd7d2c97f76f2a5f8cab4df549ad1e5b82667d3b Mon Sep 17 00:00:00 2001 From: evavirseda Date: Thu, 19 Dec 2024 15:55:06 +0100 Subject: [PATCH] fix(wallet): darkmode in Review & send view (#4569) --- apps/wallet/src/ui/app/components/receipt-card/TxnAmount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet/src/ui/app/components/receipt-card/TxnAmount.tsx b/apps/wallet/src/ui/app/components/receipt-card/TxnAmount.tsx index 85d4ff481e0..cb17eab7d23 100644 --- a/apps/wallet/src/ui/app/components/receipt-card/TxnAmount.tsx +++ b/apps/wallet/src/ui/app/components/receipt-card/TxnAmount.tsx @@ -28,7 +28,7 @@ export function TxnAmount({ amount, coinType, subtitle, approximation }: TxnAmou return Number(amount) !== 0 ? ( - +