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" />