Skip to content

Commit c2bc92a

Browse files
authored
Merge pull request #14760 from JoeChenJ/Switch_tagging_color
Switch layer-2 networks' tagging color
2 parents a833cb6 + 14aa3d7 commit c2bc92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ui/badge.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ const badgeVariants = cva(
2121
outline: "text-foreground",
2222
// TODO: remove variant once we finish the badge and tag components with DS styles
2323
productTable: "bg-body-light text-body font-medium uppercase",
24-
emerging: "bg-blue-600 text-white border-none",
24+
emerging: "bg-blue-200 text-black border-none",
2525
developing: "bg-blue-400 text-white border-none",
26-
maturing: "bg-blue-200 text-black border-none",
26+
maturing: "bg-blue-600 text-white border-none",
2727
robust: "bg-blue-100 text-black border-none",
2828
"n/a": "hidden lg:block",
2929
},

0 commit comments

Comments
 (0)