Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit e0bde927d6 - Show all commits

View File

@ -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