Skip to content

Commit

Permalink
fix(badge): use regular font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Dec 14, 2023
1 parent 5acc013 commit b72b338
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/primitives/badge/badge.tsx
Expand Up @@ -54,9 +54,7 @@ export const Badge = forwardRef(function Badge(
padding={useArrayProp(padding)}
ref={ref}
>
<Text size={fontSize} weight="medium">
{children}
</Text>
<Text size={fontSize}>{children}</Text>
</Root>
)
})

0 comments on commit b72b338

Please sign in to comment.