Skip to content

Commit eaf5960

Browse files
thetronjohnson123vivekr
authored andcommitted
update usage dashboard design and performance improvements
1 parent e9577ea commit eaf5960

3 files changed

Lines changed: 1031 additions & 361 deletions

File tree

src/components/Settings.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)