Change sync explanation text color
Change the color of the text in the sync explanation section to the main green color.
This commit is contained in:
@@ -11,10 +11,10 @@ const SyncExplanation: React.FC<SyncExplanationProps> = ({ enabled }) => {
|
||||
if (!enabled) return null;
|
||||
|
||||
return (
|
||||
<Alert className="bg-amber-50 text-amber-800 border-amber-200">
|
||||
<AlertCircle className="h-4 w-4" />
|
||||
<AlertTitle className="text-black">동기화 작동 방식</AlertTitle>
|
||||
<AlertDescription className="text-sm text-black">
|
||||
<Alert className="bg-amber-50 border-amber-200">
|
||||
<AlertCircle className="h-4 w-4 text-neuro-income" />
|
||||
<AlertTitle className="text-neuro-income">동기화 작동 방식</AlertTitle>
|
||||
<AlertDescription className="text-sm text-neuro-income">
|
||||
이 기능은 양방향 동기화입니다. 로그인 후 동기화를 켜면 서버 데이터와 로컬 데이터가 병합됩니다.
|
||||
데이터 초기화 시 동기화 설정은 자동으로 비활성화됩니다.
|
||||
</AlertDescription>
|
||||
|
||||
Reference in New Issue
Block a user