From dbd7561037aaf424c941f9dd89215ab1febb0d76 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Sat, 9 Mar 2024 09:01:39 +0100 Subject: [PATCH] Add link button --- frontend/src/components/v2/Button/Button.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/v2/Button/Button.tsx b/frontend/src/components/v2/Button/Button.tsx index 63a735d65..5536d699a 100644 --- a/frontend/src/components/v2/Button/Button.tsx +++ b/frontend/src/components/v2/Button/Button.tsx @@ -39,7 +39,8 @@ const buttonVariants = cva( selected: "", outline_bg: "", // a constant color not in use on hover or click goes colorSchema color - star: "text-bunker-200 bg-mineshaft-700 border-mineshaft-600" + star: "text-bunker-200 bg-mineshaft-700 border-mineshaft-600", + link: "text-primary !p-0 bg-transparent outline-none border-none" }, isDisabled: { true: "bg-mineshaft-700 border border-mineshaft-600 text-white opacity-50 cursor-not-allowed",