Make custom button

This commit is contained in:
2024-04-05 19:00:54 +02:00
parent 0645bbd877
commit 1447d8fc17
3 changed files with 14 additions and 6 deletions

View File

@ -9,6 +9,7 @@ const buttonVariants = cva(
{
variants: {
variant: {
kios: "border-2 border-gray-950 py-2 px-4 w-full hover:bg-gray-950 transition-all hover:text-white hover:font-bold rounded-none",
default: "bg-primary text-primary-foreground hover:bg-primary/90",
destructive:
"bg-destructive text-destructive-foreground hover:bg-destructive/90",