From 14aa3d7729be4f2570cb41466202dd26a0965c09 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Wed, 29 Jan 2025 00:37:09 +0800 Subject: [PATCH] Switch layer-2 network tagging color --- src/components/ui/badge.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/badge.tsx b/src/components/ui/badge.tsx index 951807e9808..524ee610f74 100644 --- a/src/components/ui/badge.tsx +++ b/src/components/ui/badge.tsx @@ -21,9 +21,9 @@ const badgeVariants = cva( outline: "text-foreground", // TODO: remove variant once we finish the badge and tag components with DS styles productTable: "bg-body-light text-body font-medium uppercase", - emerging: "bg-blue-600 text-white border-none", + emerging: "bg-blue-200 text-black border-none", developing: "bg-blue-400 text-white border-none", - maturing: "bg-blue-200 text-black border-none", + maturing: "bg-blue-600 text-white border-none", robust: "bg-blue-100 text-black border-none", "n/a": "hidden lg:block", },