Add link button

This commit is contained in:
Daniel Hougaard
2024-03-09 09:01:39 +01:00
parent d287c3e152
commit dbd7561037

View File

@@ -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",