We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1c3be commit cbbbdb1Copy full SHA for cbbbdb1
src/components/ui/Badge.tsx
@@ -11,7 +11,7 @@ const badgeVariants = cva(
11
default:
12
"border-transparent shadow bg-neutral-950 text-gray-200 hover:bg-neutral-950/80 dark:bg-neutral-100 dark:text-gray-800 dark:hover:bg-neutral-100/80 focus:bg-neutral-900 dark:focus:bg-neutral-200",
13
secondary:
14
- "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80 focus:bg-secondary-focus",
+ "border-transparent shadow bg-neutral-200 text-gray-800 hover:bg-neutral-200/80 dark:bg-neutral-700 dark:text-gray-200 dark:hover:bg-neutral-700/80",
15
outline: "text-foreground focus:bg-accent focus:text-accent-foreground",
16
},
17
0 commit comments