From 7601e066f5cd43635b33a01b542ccfbc159c37db Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:08:08 +0000 Subject: [PATCH] Update transaction card colors Updated the colors of the icon and amount in the transaction card to neuro-income. --- src/components/TransactionCard.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/components/TransactionCard.tsx b/src/components/TransactionCard.tsx index 5baa89d..fd48a80 100644 --- a/src/components/TransactionCard.tsx +++ b/src/components/TransactionCard.tsx @@ -38,10 +38,7 @@ const TransactionCard: React.FC = ({ transaction }) => {
-
+
{categoryIcons[category] || }
@@ -52,15 +49,8 @@ const TransactionCard: React.FC = ({ transaction }) => {
- {type === 'expense' ? ( - - ) : ( - - )} - + + {formattedAmount}