Skip to content

Commit

Permalink
fix: link underline offset
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Sep 26, 2024
1 parent fcc0841 commit 616777c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.175",
"version": "0.0.176",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -35,7 +35,7 @@
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"lucide-react": "0.445.0",
"lucide-react": "0.446.0",
"next-themes": "0.3.0",
"radash": "12.1.0",
"react-hook-form": "7.52.2",
Expand All @@ -46,8 +46,8 @@
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.0-dev.20240924",
"vaul": "0.9.4"
"typescript": "5.7.0-dev.20240925",
"vaul": "0.9.9"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
Expand Down
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

/* regular link style */
.link {
@apply text-muted-foreground dark:text-primary hover:underline underline-offset-4
@apply text-muted-foreground dark:text-primary hover:underline underline-offset-2
}
}

Expand Down

0 comments on commit 616777c

Please sign in to comment.