likhonsheikh commited on
Commit
536af56
·
verified ·
1 Parent(s): 6c7260a

Upload components/ui/button.tsx with huggingface_hub

Browse files
Files changed (1) hide show
  1. components/ui/button.tsx +1 -1
components/ui/button.tsx CHANGED
@@ -14,7 +14,7 @@ const buttonVariants = cva(
14
  destructive:
15
  "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
16
  outline:
17
- "border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
18
  secondary:
19
  "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
20
  ghost: "hover:bg-accent hover:text-accent-foreground",
 
14
  destructive:
15
  "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
16
  outline:
17
+ "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
18
  secondary:
19
  "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
20
  ghost: "hover:bg-accent hover:text-accent-foreground",