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:
gpt-engineer-app[bot]
2025-03-18 13:52:37 +00:00
parent d380995d5c
commit 450e57fe50

View File

@@ -11,10 +11,10 @@ const SyncExplanation: React.FC<SyncExplanationProps> = ({ enabled }) => {
if (!enabled) return null; if (!enabled) return null;
return ( return (
<Alert className="bg-amber-50 text-amber-800 border-amber-200"> <Alert className="bg-amber-50 border-amber-200">
<AlertCircle className="h-4 w-4" /> <AlertCircle className="h-4 w-4 text-neuro-income" />
<AlertTitle className="text-black"> </AlertTitle> <AlertTitle className="text-neuro-income"> </AlertTitle>
<AlertDescription className="text-sm text-black"> <AlertDescription className="text-sm text-neuro-income">
. . . .
. .
</AlertDescription> </AlertDescription>