Improve Sync Explanation Alert
Make the text color in the SyncExplanation component's Alert component black.
This commit is contained in:
@@ -13,8 +13,8 @@ const SyncExplanation: React.FC<SyncExplanationProps> = ({ enabled }) => {
|
||||
return (
|
||||
<Alert className="bg-amber-50 text-amber-800 border-amber-200">
|
||||
<AlertCircle className="h-4 w-4" />
|
||||
<AlertTitle>동기화 작동 방식</AlertTitle>
|
||||
<AlertDescription className="text-sm">
|
||||
<AlertTitle className="text-black">동기화 작동 방식</AlertTitle>
|
||||
<AlertDescription className="text-sm text-black">
|
||||
이 기능은 양방향 동기화입니다. 로그인 후 동기화를 켜면 서버 데이터와 로컬 데이터가 병합됩니다.
|
||||
데이터 초기화 후에도 동기화 버튼을 누르면 서버에 저장된 데이터를 다시 불러옵니다.
|
||||
</AlertDescription>
|
||||
|
||||
Reference in New Issue
Block a user