We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552f7d6 commit b87d0ccCopy full SHA for b87d0cc
1 file changed
www/src/components/ui/link.tsx
@@ -4,11 +4,11 @@ import * as React from "react";
4
5
import { cn } from "@site/src/lib/utils";
6
7
-const linkVariants = cva("no-underline", {
+const linkVariants = cva("no-underline!", {
8
variants: {
9
variant: {
10
default: "transition-all",
11
- menu: "text-(--menu-foreground)! hover:no-underline! hover:bg-(--menu-accent)!",
+ menu: "text-(--menu-foreground)! hover:no-underline! hover:bg-(--menu-accent)!",
12
},
13
14
defaultVariants: {
0 commit comments