We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2401466 commit c99d773Copy full SHA for c99d773
1 file changed
src/components/ui/button.tsx
@@ -19,6 +19,8 @@ const buttonVariants = cva(
19
ghost:
20
"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",
21
link: "text-primary underline-offset-4 hover:underline",
22
+ selected:
23
+ "bg-selected text-primary-foreground shadow-xs hover:bg-selected/90",
24
},
25
size: {
26
default: "h-9 px-4 py-2 has-[>svg]:px-3",
0 commit comments