Improve Sync Explanation Alert

Make the text color in the SyncExplanation component's Alert component black.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-17 12:38:51 +00:00
parent b8f1762f2c
commit 3fb90343b2

View File

@@ -13,8 +13,8 @@ const SyncExplanation: React.FC<SyncExplanationProps> = ({ enabled }) => {
return ( return (
<Alert className="bg-amber-50 text-amber-800 border-amber-200"> <Alert className="bg-amber-50 text-amber-800 border-amber-200">
<AlertCircle className="h-4 w-4" /> <AlertCircle className="h-4 w-4" />
<AlertTitle> </AlertTitle> <AlertTitle className="text-black"> </AlertTitle>
<AlertDescription className="text-sm"> <AlertDescription className="text-sm text-black">
. . . .
. .
</AlertDescription> </AlertDescription>