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

예산 현황

- +
@@ -226,7 +226,7 @@ const Index = () => {
- +
@@ -234,4 +234,4 @@ const Index = () => { ; }; -export default Index; \ No newline at end of file +export default Index; diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 89349d5..0f19471 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -43,7 +43,7 @@ const Settings = () => { {/* User Profile */}
-
+
@@ -60,7 +60,7 @@ const Settings = () => { icon={User} label="프로필 관리" description="개인정보 및 프로필 설정" - color="text-neuro-accent" + color="text-neuro-income" />