Update calendar icon color
Updated the color of the calendar icon.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user