Remove login icon and hover opacity to 30%

Removed the icon from the Logga in item and applied a 30% red hover/focus background to the Logga in option in AccountMenu.tsx.

X-Lovable-Edit-ID: edt-9d136e57-5431-49b1-9ed7-0bc90cb67335
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 22:51:13 +00:00
+1 -2
View File
@@ -69,9 +69,8 @@ const AccountMenu = () => {
</div> </div>
<DropdownMenuItem <DropdownMenuItem
onClick={() => handleOpenAuth("login")} 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 Logga in
</DropdownMenuItem> </DropdownMenuItem>
</> </>