Skip to content

Commit

Permalink
Badge: always capitalize (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenxwchen authored Oct 16, 2024
1 parent 3aa2157 commit 417c652
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 417c652

Please sign in to comment.