fix: custom menu link item (#390)
This commit is contained in:
parent
d18765a613
commit
cadb67a018
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ const MenuItem: React.FC<MenuItemProps> = ({
|
|||
<a
|
||||
className={`${className} ${
|
||||
active ? "bg-hover-gray" : ""
|
||||
} w-full select-none gap-2 truncate rounded px-1 py-1.5 text-left text-gray-500`}
|
||||
} inline-block w-full select-none gap-2 truncate rounded px-1 py-1.5 text-left text-gray-500`}
|
||||
onClick={close}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue