chore: vaults improvements

This commit is contained in:
Aman Harwara
2023-08-07 18:38:57 +05:30
parent 0a51034b80
commit 1585d6b8ca
7 changed files with 33 additions and 15 deletions

View File

@@ -21,7 +21,16 @@ type MenuItemProps = {
const MenuItem = forwardRef(
(
{ children, className = '', icon, iconClassName, tabIndex, shortcut, disabled, ...props }: MenuItemProps,
{
children,
className = '',
icon,
iconClassName = 'w-6 h-6 md:w-5 md:h-5 text-neutral mr-2',
tabIndex,
shortcut,
disabled,
...props
}: MenuItemProps,
ref: Ref<HTMLButtonElement>,
) => {
return (