Update : size of status in Assessment Request

This commit is contained in:
percyfikri 2024-10-25 08:57:35 +07:00
parent c2f54da098
commit 4afa77a407

View File

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