fix title color

This commit is contained in:
2026-01-31 09:10:41 +01:00
parent 8ab553ac6c
commit 288cac4432

View File

@@ -25,7 +25,7 @@ const Header: React.FC<HeaderProps> = ({ onMenuClick, pageTitle }) => {
{/* 2. Center: Title (only on mobile) */}
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 md:hidden">
<span className="text-xl font-bold tracking-tight text-white">
<span className="text-xl font-bold tracking-tight text-muted-foreground">
{pageTitle}
</span>
</div>