From 7e57debb987d8a23079ca1b3546fb3177ebe6033 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Mon, 29 Sep 2025 11:58:19 +0700 Subject: [PATCH] chore: update MenuItem component --- src/components/menu/MenuItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menu/MenuItem.tsx b/src/components/menu/MenuItem.tsx index 55206d20..5046f8ff 100644 --- a/src/components/menu/MenuItem.tsx +++ b/src/components/menu/MenuItem.tsx @@ -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, })}