Update point color

Update the point color to neuro-income.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 01:47:38 +00:00
parent 8a3ccbc853
commit 0a4a689915
4 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ const NavBar = () => {
onClick={() => navigate(item.path)}
className={cn(
"flex flex-col items-center gap-1 p-2 rounded-lg transition-all duration-300",
isActive ? "text-neuro-accent" : "text-gray-500"
isActive ? "text-neuro-income" : "text-gray-500"
)}
>
<div