Skip to content

Commit

Permalink
Badge: always capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenxwchen committed Oct 10, 2024
1 parent 5dd1195 commit 57d3131
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-crabs-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cambly/syntax-core": minor
---

Badge: Always capitalize text
1 change: 1 addition & 0 deletions packages/syntax-core/src/Badge/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const Badge = ({
color={textColorForBackgroundColor(color)}
size={100}
weight="medium"
transform="uppercase"
>
{text}
</Typography>
Expand Down

0 comments on commit 57d3131

Please sign in to comment.