fix: Adjust summary icons color

This commit is contained in:
Alessio Cappa
2026-01-21 22:10:42 +01:00
parent 9fd29f14c1
commit 33e278aa39

View File

@@ -3,7 +3,7 @@
<div class="bg-container rounded-xl shadow-border-xs p-6">
<div class="flex items-start justify-between mb-3">
<div class="flex items-center gap-2">
<%= icon("trending-up", class: "w-5 h-5 text-success") %>
<%= icon("trending-up", class: "w-5 h-5") %>
<h3 class="text-sm font-medium text-secondary">
<%= t("reports.summary.total_income") %>
</h3>
@@ -40,7 +40,7 @@
<div class="bg-container rounded-xl shadow-border-xs p-6">
<div class="flex items-start justify-between mb-3">
<div class="flex items-center gap-2">
<%= icon("trending-down", class: "w-5 h-5 text-destructive") %>
<%= icon("trending-down", class: "w-5 h-5") %>
<h3 class="text-sm font-medium text-secondary">
<%= t("reports.summary.total_expenses") %>
</h3>
@@ -77,7 +77,7 @@
<div class="bg-container rounded-xl shadow-border-xs p-6">
<div class="flex items-start justify-between mb-3">
<div class="flex items-center gap-2">
<%= icon("piggy-bank", class: "w-5 h-5 text-primary") %>
<%= icon("piggy-bank", class: "w-5 h-5") %>
<h3 class="text-sm font-medium text-secondary">
<%= t("reports.summary.net_savings") %>
</h3>
@@ -99,7 +99,7 @@
<div class="bg-container rounded-xl shadow-border-xs p-6">
<div class="flex items-start justify-between mb-3">
<div class="flex items-center gap-2">
<%= icon("gauge", class: "w-5 h-5 text-primary") %>
<%= icon("gauge", class: "w-5 h-5") %>
<h3 class="text-sm font-medium text-secondary">
<%= t("reports.summary.budget_performance") %>
</h3>