File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -697,12 +697,12 @@ export const Settings: React.FC<SettingsProps> = ({
697697
698698 { /* Privacy Info */ }
699699 { analyticsEnabled && (
700- < div className = "rounded-lg border border-blue-200 dark: border-blue-900 bg-blue-50 dark:bg-blue-950/20 p-3" >
700+ < div className = "rounded-lg border border-border bg-muted/50 p-3" >
701701 < div className = "flex gap-2" >
702- < Shield className = "h-4 w-4 text-blue-600 dark:text-blue-400 flex-shrink-0 mt-0.5" />
702+ < Shield className = "h-4 w-4 text-primary flex-shrink-0 mt-0.5" />
703703 < div className = "space-y-1" >
704- < p className = "text-xs font-medium text-blue-900 dark:text-blue-100 " > Your privacy is protected</ p >
705- < ul className = "text-xs text-blue-800 dark:text-blue-200 space-y-0.5" >
704+ < p className = "text-xs font-medium text-foreground " > Your privacy is protected</ p >
705+ < ul className = "text-xs text-muted-foreground space-y-0.5" >
706706 < li > • No personal information or file contents collected</ li >
707707 < li > • All data is anonymous with random IDs</ li >
708708 < li > • You can disable analytics at any time</ li >
You can’t perform that action at this time.
0 commit comments