fix: custom menu link item (#390)

This commit is contained in:
Aaryan Khandelwal 2023-03-07 20:02:03 +05:30 committed by GitHub
parent d18765a613
commit cadb67a018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}