From 0a4a689915bab9bf0608f88217e32a3daf3bc891 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 01:47:38 +0000 Subject: [PATCH] Update point color Update the point color to neuro-income. --- src/components/AddTransactionButton.tsx | 2 +- src/components/NavBar.tsx | 2 +- src/pages/Index.tsx | 6 +++--- src/pages/Settings.tsx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/AddTransactionButton.tsx b/src/components/AddTransactionButton.tsx index 4e222c9..50402d2 100644 --- a/src/components/AddTransactionButton.tsx +++ b/src/components/AddTransactionButton.tsx @@ -48,7 +48,7 @@ const AddTransactionButton = () => { "p-4 rounded-full transition-all duration-300 text-white", isOpen ? "bg-red-500 rotate-45 shadow-lg" - : "bg-neuro-accent shadow-neuro-flat hover:shadow-neuro-convex animate-pulse-subtle" + : "bg-neuro-income shadow-neuro-flat hover:shadow-neuro-convex animate-pulse-subtle" )} onClick={() => setIsOpen(!isOpen)} aria-label={isOpen ? "닫기" : "거래 추가"} diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index ec9e516..8630565 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -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" )} >