Update calendar icon color

Updated the color of the calendar icon.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 02:08:59 +00:00
parent 7601e066f5
commit 152f4a92ea

View File

@@ -84,7 +84,7 @@ const Transactions = () => {
</button>
<div className="flex items-center gap-2">
<Calendar size={18} className="text-neuro-accent" />
<Calendar size={18} className="text-neuro-income" />
<span className="font-medium text-lg">{selectedMonth}</span>
</div>