From 00527661af4b5720f89a55f7c27161e463e1a448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20N=2EO=2E=20N=C3=B8rgaard=20Henriksen?= <1136718+raix@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:54:06 +0200 Subject: [PATCH] Add Badge variant "outline" --- ui/components/Badge.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/components/Badge.tsx b/ui/components/Badge.tsx index 2360692..75609d6 100644 --- a/ui/components/Badge.tsx +++ b/ui/components/Badge.tsx @@ -15,7 +15,8 @@ const styles = tv({ danger: "bg-danger text-danger-foreground", info: "bg-info text-info-foreground", primary: "bg-primary text-primary-foreground", - secondary: "bg-secondary text-secondary-foreground" + secondary: "bg-secondary text-secondary-foreground", + outline: "border border-muted-foreground text-muted-foreground" } }, defaultVariants: {