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.
2 parents a833cb6 + 14aa3d7 commit c2bc92aCopy full SHA for c2bc92a
src/components/ui/badge.tsx
@@ -21,9 +21,9 @@ const badgeVariants = cva(
21
outline: "text-foreground",
22
// TODO: remove variant once we finish the badge and tag components with DS styles
23
productTable: "bg-body-light text-body font-medium uppercase",
24
- emerging: "bg-blue-600 text-white border-none",
+ emerging: "bg-blue-200 text-black border-none",
25
developing: "bg-blue-400 text-white border-none",
26
- maturing: "bg-blue-200 text-black border-none",
+ maturing: "bg-blue-600 text-white border-none",
27
robust: "bg-blue-100 text-black border-none",
28
"n/a": "hidden lg:block",
29
},
0 commit comments