diff --git a/apps/frontend/src/shadcn/components/ui/badge.tsx b/apps/frontend/src/shadcn/components/ui/badge.tsx index d6abc25..c793cf7 100644 --- a/apps/frontend/src/shadcn/components/ui/badge.tsx +++ b/apps/frontend/src/shadcn/components/ui/badge.tsx @@ -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: {