diff --git a/src/components/SyncSettings.tsx b/src/components/SyncSettings.tsx index 08a65b2..39bddc3 100644 --- a/src/components/SyncSettings.tsx +++ b/src/components/SyncSettings.tsx @@ -97,7 +97,7 @@ const SyncSettings = () => {
- + @@ -110,6 +110,7 @@ const SyncSettings = () => { id="sync-toggle" checked={enabled} onCheckedChange={handleSyncToggle} + className="data-[state=checked]:bg-neuro-accent" />
@@ -121,7 +122,7 @@ const SyncSettings = () => {