Skip to content

Commit d6af00b

Browse files
committed
Fixed classname error
1 parent 0be59a1 commit d6af00b

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/components/primitives

1 file changed

+1
-1
lines changed

apps/webapp/app/components/primitives/Badge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const variants = {
77
small:
88
"grid place-items-center rounded-full px-[0.4rem] h-4 tracking-wider text-xxs bg-background-dimmed text-text-dimmed uppercase whitespace-nowrap",
99
"extra-small":
10-
"grid place-items-center border border-charcoal-650 rounded-sm px-1 h-4 border-tracking-wider text-xxs bg-background-bright text-blue-500 whitespace-nowrap",
10+
"grid place-items-center border border-charcoal-650 rounded-sm px-1 h-4 tracking-wide text-xxs bg-background-bright text-blue-500 whitespace-nowrap",
1111
outline:
1212
"grid place-items-center rounded-sm px-1.5 h-5 tracking-wider text-xxs border border-dimmed text-text-dimmed uppercase whitespace-nowrap",
1313
"outline-rounded":

0 commit comments

Comments
 (0)