Skip to content

Commit cbbbdb1

Browse files
committed
fix: changed secondary badge color
1 parent 8d1c3be commit cbbbdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Badge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const badgeVariants = cva(
1111
default:
1212
"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",
1313
secondary:
14-
"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80 focus:bg-secondary-focus",
14+
"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",
1515
outline: "text-foreground focus:bg-accent focus:text-accent-foreground",
1616
},
1717
},

0 commit comments

Comments
 (0)