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") %>