Update : size of status in Assessment Request
This commit is contained in:
parent
c2f54da098
commit
4afa77a407
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user