Bolded Mitt konto button
Made Mitt konto button text bold by adding font-bold to the account menu trigger button in AccountMenu.tsx. X-Lovable-Edit-ID: edt-e07f866d-2cf9-4efb-9fa9-592c174af1df
This commit is contained in:
@@ -34,7 +34,7 @@ const AccountMenu = () => {
|
|||||||
<DropdownMenuTrigger asChild>
|
<DropdownMenuTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
className="text-primary hover:text-primary/80 font-serif text-base border-2 hover:bg-[rgba(220,38,38,0.3)]"
|
className="text-primary hover:text-primary/80 font-serif text-base font-bold border-2 hover:bg-[rgba(220,38,38,0.3)]"
|
||||||
style={{ borderColor: '#dc2626' }}
|
style={{ borderColor: '#dc2626' }}
|
||||||
>
|
>
|
||||||
Mitt konto
|
Mitt konto
|
||||||
|
|||||||
Reference in New Issue
Block a user