This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 22:51:12 +00:00
parent 5e5e92bd97
commit 3622a79d38
+1 -2
View File
@@ -69,9 +69,8 @@ const AccountMenu = () => {
</div>
<DropdownMenuItem
onClick={() => handleOpenAuth("login")}
className="cursor-pointer flex items-center gap-2"
className="cursor-pointer hover:!bg-[rgba(220,38,38,0.3)] focus:!bg-[rgba(220,38,38,0.3)]"
>
<LogIn className="h-4 w-4" />
Logga in
</DropdownMenuItem>
</>