Skip to content

Commit

Permalink
Update Label font weight to match Rails component
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Aug 20, 2024
1 parent 5ee8704 commit 2d1eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Label/Label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const StyledLabel = styled.span<LabelProps>`
border-radius: 999px;
border-style: solid;
display: inline-flex;
font-weight: ${get('fontWeights.bold')};
font-weight: ${get('fontWeights.semibold')};
font-size: ${get('fontSizes.0')};
line-height: 1;
white-space: nowrap;
Expand Down

0 comments on commit 2d1eeba

Please sign in to comment.