From 450e57fe507f5a69fe48d37142e3565830597c93 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:52:37 +0000 Subject: [PATCH] Change sync explanation text color Change the color of the text in the sync explanation section to the main green color. --- src/components/sync/SyncExplanation.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/sync/SyncExplanation.tsx b/src/components/sync/SyncExplanation.tsx index cfaf665..bd3968e 100644 --- a/src/components/sync/SyncExplanation.tsx +++ b/src/components/sync/SyncExplanation.tsx @@ -11,10 +11,10 @@ const SyncExplanation: React.FC = ({ enabled }) => { if (!enabled) return null; return ( - - - 동기화 작동 방식 - + + + 동기화 작동 방식 + 이 기능은 양방향 동기화입니다. 로그인 후 동기화를 켜면 서버 데이터와 로컬 데이터가 병합됩니다. 데이터 초기화 시 동기화 설정은 자동으로 비활성화됩니다.