mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: update MenuItem component
This commit is contained in:
@@ -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,
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user