fix(header) change text color from blue to white
This commit is contained in:
@@ -197,7 +197,7 @@ export function NavbarClient({ user, role = "partner" }: NavbarClientProps) {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<Button asChild className="bg-primary hover:bg-primary/95 text-white dark:text-blue-500">
|
<Button asChild className="bg-primary hover:bg-primary/95 text-white">
|
||||||
<Link href={`/auth/login?next=${pathname}`}>Anmelden</Link>
|
<Link href={`/auth/login?next=${pathname}`}>Anmelden</Link>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
@@ -287,7 +287,7 @@ export function NavbarClient({ user, role = "partner" }: NavbarClientProps) {
|
|||||||
<LogOut className="w-4 h-4" /> Abmelden
|
<LogOut className="w-4 h-4" /> Abmelden
|
||||||
</Button>
|
</Button>
|
||||||
) : (
|
) : (
|
||||||
<Button asChild className="w-full bg-primary hover:bg-primary/95 text-white dark:text-blue-500" onClick={() => setIsMobileMenuOpen(false)}>
|
<Button asChild className="w-full bg-primary hover:bg-primary/95 text-white" onClick={() => setIsMobileMenuOpen(false)}>
|
||||||
<Link href={`/auth/login?next=${pathname}`}>Anmelden</Link>
|
<Link href={`/auth/login?next=${pathname}`}>Anmelden</Link>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user