Skip to content

Commit

Permalink
chore: update label font weight from regular to medium (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewferry authored Jan 16, 2025
1 parent 0e7d403 commit 61beac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-rats-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@launchpad-ui/components": patch
---

chore: update Label to medium font weight
2 changes: 1 addition & 1 deletion packages/components/src/styles/Label.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.label {
font: var(--lp-text-label-1-regular);
font: var(--lp-text-label-1-medium);
white-space: nowrap;
}

0 comments on commit 61beac9

Please sign in to comment.