Skapa konto hover färgändring

Updated the Sign Up menu item to apply a red background with 30% opacity on hover/focus, instead of a fully red state.

X-Lovable-Edit-ID: edt-24d53d40-0c74-45ef-8623-9310190fbf86
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 22:43:34 +00:00
+1 -1
View File
@@ -60,7 +60,7 @@ const AccountMenu = () => {
<> <>
<DropdownMenuItem <DropdownMenuItem
onClick={() => handleOpenAuth("signup")} onClick={() => handleOpenAuth("signup")}
className="cursor-pointer font-bold border-2 border-red-600 rounded-md mx-1 my-1" className="cursor-pointer font-bold border-2 border-red-600 rounded-md mx-1 my-1 hover:bg-red-600/30 focus:bg-red-600/30"
> >
Skapa konto Skapa konto
</DropdownMenuItem> </DropdownMenuItem>