We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7d248 commit c2d4e58Copy full SHA for c2d4e58
site/src/components/Badge/Badge.tsx
@@ -29,7 +29,7 @@ const badgeVariants = cva(
29
border: {
30
none: "border-transparent",
31
solid: "border border-solid",
32
- }
+ },
33
},
34
defaultVariants: {
35
variant: "default",
0 commit comments