Revert sync behavior after data reset

The sync setting should be disabled after data reset.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-18 01:28:18 +00:00
parent b96e0877b7
commit 5f269040fd
4 changed files with 9 additions and 16 deletions

View File

@@ -43,8 +43,8 @@ const DataResetDialog: React.FC<DataResetDialogProps> = ({
.
</div>
{syncEnabled && (
<div className="mt-2 text-neuro-income">
.
<div className="mt-2 text-amber-600">
.
</div>
)}
</>

View File

@@ -16,7 +16,7 @@ const SyncExplanation: React.FC<SyncExplanationProps> = ({ enabled }) => {
<AlertTitle className="text-black"> </AlertTitle>
<AlertDescription className="text-sm text-black">
. .
.
.
</AlertDescription>
</Alert>
);