From 33e278aa391b182b7467629cd13b151ddc2c8f36 Mon Sep 17 00:00:00 2001 From: Alessio Cappa Date: Wed, 21 Jan 2026 22:10:42 +0100 Subject: [PATCH] fix: Adjust summary icons color --- app/views/reports/_summary_dashboard.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/reports/_summary_dashboard.html.erb b/app/views/reports/_summary_dashboard.html.erb index 151a32d0a..4fff999e3 100644 --- a/app/views/reports/_summary_dashboard.html.erb +++ b/app/views/reports/_summary_dashboard.html.erb @@ -3,7 +3,7 @@
- <%= icon("trending-up", class: "w-5 h-5 text-success") %> + <%= icon("trending-up", class: "w-5 h-5") %>

<%= t("reports.summary.total_income") %>

@@ -40,7 +40,7 @@
- <%= icon("trending-down", class: "w-5 h-5 text-destructive") %> + <%= icon("trending-down", class: "w-5 h-5") %>

<%= t("reports.summary.total_expenses") %>

@@ -77,7 +77,7 @@
- <%= icon("piggy-bank", class: "w-5 h-5 text-primary") %> + <%= icon("piggy-bank", class: "w-5 h-5") %>

<%= t("reports.summary.net_savings") %>

@@ -99,7 +99,7 @@
- <%= icon("gauge", class: "w-5 h-5 text-primary") %> + <%= icon("gauge", class: "w-5 h-5") %>

<%= t("reports.summary.budget_performance") %>