style: change profile button color schema
This commit is contained in:
parent
bcb392f172
commit
71f2ed0a6c
|
|
@ -66,7 +66,7 @@ export function Header() {
|
||||||
className="w-max bg-card border-border shadow-md"
|
className="w-max bg-card border-border shadow-md"
|
||||||
>
|
>
|
||||||
<Link href="/profile">
|
<Link href="/profile">
|
||||||
<DropdownMenuItem className="cursor-pointer gap-2 focus:bg-secondary focus:text-primary transition-colors hover:text-primary">
|
<DropdownMenuItem className="cursor-pointer gap-2 focus:bg-primary focus:text-card transition-colors hover:text-primary">
|
||||||
<UserCircle className="h-4 w-4 text-muted-foreground" />
|
<UserCircle className="h-4 w-4 text-muted-foreground" />
|
||||||
<span>Menu Profil</span>
|
<span>Menu Profil</span>
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
|
|
@ -75,7 +75,7 @@ export function Header() {
|
||||||
<DropdownMenuSeparator className="bg-border" />
|
<DropdownMenuSeparator className="bg-border" />
|
||||||
|
|
||||||
<DropdownMenuItem
|
<DropdownMenuItem
|
||||||
className="cursor-pointer gap-2 text-destructive focus:bg-destructive/10 focus:text-red-500 transition-colors"
|
className="cursor-pointer gap-2 text-destructive focus:bg-red-500 focus:text-card transition-colors"
|
||||||
onClick={() => signOut({ callbackUrl: "/" })}
|
onClick={() => signOut({ callbackUrl: "/" })}
|
||||||
>
|
>
|
||||||
<LogOut className="h-4 w-4" />
|
<LogOut className="h-4 w-4" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue