mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 17:51:13 -05:00
Adjust header hover colors
This commit is contained in:
@@ -25,7 +25,7 @@ export function Header() {
|
||||
<nav className="hidden md:flex items-center gap-6 ml-8">
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<Button variant="ghost" className="text-sm font-medium hover:text-primary">
|
||||
<Button variant="ghost" className="text-sm font-medium hover:text-blue-600 dark:hover:text-blue-400 transition-colors">
|
||||
<Search className="w-4 h-4 mr-2" />
|
||||
Explore
|
||||
<ChevronDown className="w-4 h-4 ml-1" />
|
||||
|
||||
Reference in New Issue
Block a user