Pull Request branch dev-clone to main #1
|
|
@ -74,7 +74,7 @@ export default function MenuItem({ menu, isActive, onClick }: Props) {
|
|||
variant="ghost"
|
||||
className={cn(
|
||||
"w-full p-2 rounded-md justify-between focus:outline-none",
|
||||
isActive ? "bg-black text-white" : "text-black"
|
||||
isActive ? "bg-[--primary-color] text-white" : "text-black"
|
||||
)}
|
||||
onClick={handleClick}
|
||||
asChild
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user