diff --git a/memento-note/app/(main)/agents/agents-page-client.tsx b/memento-note/app/(main)/agents/agents-page-client.tsx index 3349b83..2e82f28 100644 --- a/memento-note/app/(main)/agents/agents-page-client.tsx +++ b/memento-note/app/(main)/agents/agents-page-client.tsx @@ -246,7 +246,7 @@ export function AgentsPageClient({ diff --git a/memento-note/app/(main)/settings/data/page.tsx b/memento-note/app/(main)/settings/data/page.tsx index 5c9853f..b9e5b2a 100644 --- a/memento-note/app/(main)/settings/data/page.tsx +++ b/memento-note/app/(main)/settings/data/page.tsx @@ -167,7 +167,7 @@ export default function DataSettingsPage() { loadingText: t('dataManagement.exporting'), buttonText: t('dataManagement.export.button'), onAction: handleExport, - btnClass: 'bg-ink text-paper shadow-xl shadow-ink/20 hover:scale-[1.02] active:scale-95', + btnClass: 'bg-brand-accent text-white shadow-xl shadow-brand-accent/20 hover:scale-[1.02] active:scale-95', }, { icon: FolderArchive, @@ -179,7 +179,7 @@ export default function DataSettingsPage() { loadingText: t('dataManagement.zipExporting'), buttonText: t('dataManagement.zipExport.button'), onAction: handleZipExport, - btnClass: 'bg-ink text-paper shadow-xl shadow-ink/20 hover:scale-[1.02] active:scale-95', + btnClass: 'bg-brand-accent text-white shadow-xl shadow-brand-accent/20 hover:scale-[1.02] active:scale-95', }, { icon: Upload, diff --git a/memento-note/app/(main)/settings/general/general-settings-client.tsx b/memento-note/app/(main)/settings/general/general-settings-client.tsx index 447393b..dae7791 100644 --- a/memento-note/app/(main)/settings/general/general-settings-client.tsx +++ b/memento-note/app/(main)/settings/general/general-settings-client.tsx @@ -163,7 +163,7 @@ export function GeneralSettingsClient({ initialSettings }: GeneralSettingsClient checked={emailNotifications} onChange={(e) => handleEmailNotificationsChange(e.target.checked)} /> -
+
@@ -179,7 +179,7 @@ export function GeneralSettingsClient({ initialSettings }: GeneralSettingsClient checked={desktopNotifications} onChange={(e) => handleDesktopNotificationsChange(e.target.checked)} /> -
+
@@ -195,7 +195,7 @@ export function GeneralSettingsClient({ initialSettings }: GeneralSettingsClient checked={autoSave} onChange={(e) => handleAutoSaveChange(e.target.checked)} /> -
+
@@ -298,7 +298,7 @@ export function GeneralSettingsClient({ initialSettings }: GeneralSettingsClient ) : ( diff --git a/memento-note/app/(main)/settings/integrations/page.tsx b/memento-note/app/(main)/settings/integrations/page.tsx index 326334c..2cbd562 100644 --- a/memento-note/app/(main)/settings/integrations/page.tsx +++ b/memento-note/app/(main)/settings/integrations/page.tsx @@ -215,7 +215,7 @@ export default function IntegrationsPage() { /> @@ -260,7 +260,7 @@ export function McpSettingsPanel({ @@ -297,7 +297,7 @@ function CreateKeyDialog({ onGenerate, isPending }: { onGenerate: (name: string)