Fix capture title to text-slate-900 matching home page

main
Clawd 3 weeks ago
parent 1ced802bec
commit 09cfd6584b

@ -112,8 +112,8 @@ export default function CapturePage() {
return (
<div className="p-8 max-w-4xl mx-auto">
<h1 className="text-2xl font-bold text-slate-800 dark:text-white mb-2">Quick Capture</h1>
<p className="text-slate-600 dark:text-slate-400 mb-8">
<h1 className="text-2xl font-bold text-slate-900 mb-2">Quick Capture</h1>
<p className="text-slate-500 mb-8">
Add notes to your Second Brain or upload documents for indexing.
</p>

Loading…
Cancel
Save

Powered by TurnKey Linux.