From 0a14aec42523b810c03b59d985782c5627869c0d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 02:31:01 +0000 Subject: [PATCH] Fix: Calendar transaction color Corrects the transaction color in the calendar view. Expenses are now displayed in red, and income is displayed in green. --- src/pages/Calendario.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Calendario.tsx b/src/pages/Calendario.tsx index d8a68ec..7e0110d 100644 --- a/src/pages/Calendario.tsx +++ b/src/pages/Calendario.tsx @@ -123,15 +123,15 @@ const CalendarioPage = () => {