mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
fix: Adjust summary icons color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user