Skip to content

Commit

Permalink
fix: make default button bold
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jul 19, 2024
1 parent 29d6fb9 commit 40968d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.125",
"version": "0.0.126",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 40968d9

Please sign in to comment.