From 4afa77a40711fcb42ea5feb520e4ec663d7b2908 Mon Sep 17 00:00:00 2001 From: percyfikri Date: Fri, 25 Oct 2024 08:57:35 +0700 Subject: [PATCH] Update : size of status in Assessment Request --- apps/frontend/src/shadcn/components/ui/badge.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: {