diff --git a/.changeset/rotten-tigers-rescue.md b/.changeset/rotten-tigers-rescue.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/rotten-tigers-rescue.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/clerk-js/src/ui/foundations/typography.ts b/packages/clerk-js/src/ui/foundations/typography.ts index 4a82a7db8d9..fdf4f87e109 100644 --- a/packages/clerk-js/src/ui/foundations/typography.ts +++ b/packages/clerk-js/src/ui/foundations/typography.ts @@ -1,7 +1,7 @@ const fontWeights = Object.freeze({ normal: 400, - medium: 510, - semibold: 590, + medium: 500, + semibold: 600, bold: 700, } as const);