From 79d61be7e15dc5d23fb687a5f71e0097088a99ac Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 7 Apr 2024 18:30:00 +0100 Subject: feature: Extract hook logic into separate package and add a new action bar in bookmark preview --- apps/web/components/ui/button.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/web/components/ui') diff --git a/apps/web/components/ui/button.tsx b/apps/web/components/ui/button.tsx index 42c8f137..40794eb2 100644 --- a/apps/web/components/ui/button.tsx +++ b/apps/web/components/ui/button.tsx @@ -9,6 +9,7 @@ const buttonVariants = cva( { variants: { variant: { + none: "", default: "bg-primary text-primary-foreground hover:bg-primary/90", destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90", @@ -19,6 +20,7 @@ const buttonVariants = cva( secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80", ghost: "hover:bg-accent hover:text-accent-foreground", + border: "border border-input hover:bg-accent", link: "text-primary underline-offset-4 hover:underline", }, size: { -- cgit v1.2.3-70-g09d2