mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
chore: update MenuItem component
This commit is contained in:
@@ -33,7 +33,7 @@ const MenuItem = ({
|
|||||||
icon={icon}
|
icon={icon}
|
||||||
width={20}
|
width={20}
|
||||||
height={20}
|
height={20}
|
||||||
className={cn({
|
className={cn('group-active:text-[inherit]', {
|
||||||
'text-gray-400': !active,
|
'text-gray-400': !active,
|
||||||
'text-black': active,
|
'text-black': active,
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user