From 71a73942570d4b9ba2c742b4d7f7206b93aa504c Mon Sep 17 00:00:00 2001 From: abiyasa05 Date: Thu, 31 Oct 2024 15:26:33 +0700 Subject: [PATCH] update: change color on component button shadcn --- apps/frontend/src/shadcn/components/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/shadcn/components/ui/button.tsx b/apps/frontend/src/shadcn/components/ui/button.tsx index f79e70e..03332c6 100644 --- a/apps/frontend/src/shadcn/components/ui/button.tsx +++ b/apps/frontend/src/shadcn/components/ui/button.tsx @@ -10,7 +10,7 @@ const buttonVariants = cva( { variants: { variant: { - default: "bg-primary text-primary-foreground hover:bg-primary/90", + default: "bg-[--primary-color] text-white hover:bg-blue-500", destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90", outline: