chore: update MenuItem component

This commit is contained in:
ValdiANS
2025-09-29 11:58:19 +07:00
parent a5d8ac47fe
commit 7e57debb98
+1 -1
View File
@@ -33,7 +33,7 @@ const MenuItem = ({
icon={icon}
width={20}
height={20}
className={cn({
className={cn('group-active:text-[inherit]', {
'text-gray-400': !active,
'text-black': active,
})}