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 4afa77a407 - Show all commits

View File

@ -17,10 +17,10 @@ const badgeVariants = cva(
outline: "text-foreground", outline: "text-foreground",
// Custom variants for status // Custom variants for status
waiting: "border-transparent bg-yellow-500 text-white hover:bg-yellow-600", waiting: "border-transparent bg-yellow-500 text-white hover:bg-yellow-600 px-2 py-1 text-[12px]",
accepted: "border-transparent bg-green-500 text-white hover:bg-green-600", accepted: "border-transparent bg-green-500 text-white hover:bg-green-600 px-11 py-1 text-[14px]",
rejected: "border-transparent bg-red-500 text-white hover:bg-red-600", rejected: "border-transparent bg-red-500 text-white hover:bg-red-600 px-12 py-1 text-[14px]",
completed: "border-transparent bg-blue-500 text-white hover:bg-blue-600", completed: "border-transparent bg-blue-500 text-white hover:bg-blue-600 px-12 py-1 text-[14px]",
}, },
}, },
defaultVariants: { defaultVariants: {