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({ {t('agents.newAgent')} @@ -268,7 +268,7 @@ export function AgentsPageClient({ {typeFilter === opt.value && ( )} 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)} /> -