Removed bold from Skapa konto button

Adjusted AccountMenu.tsx to drop the font-bold class on the sign-up button, preserving hover/focus red background behavior with rounded styling.

X-Lovable-Edit-ID: edt-6c584676-ec83-4ed1-b90f-72cacfe61da0
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 22:49:53 +00:00
+1 -1
View File
@@ -62,7 +62,7 @@ const AccountMenu = () => {
<div className="px-1 py-1"> <div className="px-1 py-1">
<button <button
onClick={() => handleOpenAuth("signup")} onClick={() => handleOpenAuth("signup")}
className="w-full px-3 py-2 text-left font-bold rounded-md hover:bg-[rgba(220,38,38,0.3)] focus:bg-[rgba(220,38,38,0.3)] transition-colors" className="w-full px-3 py-2 text-left rounded-md hover:bg-[rgba(220,38,38,0.3)] focus:bg-[rgba(220,38,38,0.3)] transition-colors"
> >
Skapa konto Skapa konto
</button> </button>