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" )} >