Ta bort röd ram på skapa konto
Removed the red border from the Create account button in AccountMenu.tsx by dropping the inline border style, while preserving hover/focus red translucent background. X-Lovable-Edit-ID: edt-6b15ec75-aedf-4285-b7ae-13f170f9e673
This commit is contained in:
@@ -62,7 +62,6 @@ const AccountMenu = () => {
|
|||||||
<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 font-bold rounded-md hover:bg-[rgba(220,38,38,0.3)] focus:bg-[rgba(220,38,38,0.3)] transition-colors"
|
||||||
style={{ border: '2px solid #dc2626' }}
|
|
||||||
>
|
>
|
||||||
Skapa konto
|
Skapa konto
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user