From 2cccd7a32e2423a988c8abc64101cb9b938a5a1b 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:56:30 +0000
Subject: [PATCH] Refactor: Change icon colors
Change icon colors to neuro-income, except for the logout icon which remains red.
---
src/pages/Settings.tsx | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx
index 0f19471..f925bb7 100644
--- a/src/pages/Settings.tsx
+++ b/src/pages/Settings.tsx
@@ -9,7 +9,7 @@ const SettingsOption = ({
label,
description,
onClick,
- color = "text-gray-700"
+ color = "text-neuro-income"
}: {
icon: React.ElementType;
label: string;
@@ -60,19 +60,16 @@ const Settings = () => {
icon={User}
label="프로필 관리"
description="개인정보 및 프로필 설정"
- color="text-neuro-income"
/>
@@ -82,13 +79,11 @@ const Settings = () => {
icon={Lock}
label="보안 및 개인정보"
description="보안 및 데이터 설정"
- color="text-green-500"
/>