fix title color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user