style: step 11 - uniform text tokens in remaining components

This commit is contained in:
2026-04-19 12:09:22 +03:00
parent 1850fea170
commit d7fa470bcb
5 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ export default function PageShell({ children, requireAdmin = false }: PageShellP
}
return (
<div className="min-h-screen bg-background text-slate-100 flex flex-col">
<div className="min-h-screen bg-background text-foreground flex flex-col">
<Toaster position="top-center" />
{/* Content Area */}