Skip to content

Commit

Permalink
fix(clerk-js): Revert font-size change for xs and sm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelscruz authored and octoper committed Jan 11, 2024
1 parent ee9bc89 commit f524eb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/light-apples-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions packages/clerk-js/src/ui/foundations/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const letterSpacings = Object.freeze({
// This is directly related to the createFontSizeScale function in the theme
// ref: src/ui/customizables/parseVariables.ts
const fontSizes = Object.freeze({
xs: '0.6875rem',
sm: '0.75rem',
xs: '0.65rem',
sm: '0.73125rem',
md: '0.8125rem',
lg: '1.05625rem',
xl: '1.503125rem',
Expand Down

0 comments on commit f524eb9

Please sign in to comment.