From 40968d940c41b78eabb858171d8cecc8e630d7bd Mon Sep 17 00:00:00 2001 From: Cohan Carpentier Date: Fri, 19 Jul 2024 12:19:42 -0400 Subject: [PATCH] fix: make default button bold --- button.tsx | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/button.tsx b/button.tsx index ad82276..57b669c 100644 --- a/button.tsx +++ b/button.tsx @@ -9,7 +9,7 @@ const buttonVariants = cva( { variants: { variant: { - default: "bg-primary text-primary-foreground hover:bg-primary/90 hover:text-primary-foreground", + default: "bg-primary font-bold text-primary-foreground hover:bg-primary/90 hover:text-primary-foreground", destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90", outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground", secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80", diff --git a/package.json b/package.json index fcc0d02..fbeb700 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.125", + "version": "0.0.126", "private": false, "sideEffects": false, "type": "module", @@ -34,7 +34,7 @@ "class-variance-authority": "0.7.1-canary.2", "clsx": "2.1.1", "cmdk": "1.0.0", - "lucide-react": "0.408.0", + "lucide-react": "0.411.0", "next-themes": "0.3.0", "radash": "12.1.0", "react-hook-form": "7.52.1", @@ -44,7 +44,7 @@ "tailwind-merge": "2.4.0", "tailwindcss": "3.4.6", "tailwindcss-animate": "1.0.7", - "typescript": "5.6.0-dev.20240717", + "typescript": "5.6.0-dev.20240719", "vaul": "0.9.1" }, "devDependencies": {