Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
fix: button container md size weight (#122)
Browse files Browse the repository at this point in the history
* fix: button container md size weight

* version packages

Co-authored-by: Jaeho Lee <[email protected]>
  • Loading branch information
2Paradise and Jaeho Lee authored Jan 16, 2023
1 parent 8405531 commit 063bf40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/heavy-buses-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@greenlabs/formula-components": patch
---

fix: ContainerButton medium size weight should be md
2 changes: 1 addition & 1 deletion packages/components/src/Button/commonStyles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const buttonSizes = {
md: {
borderRadius: 10,
height: 48,
...extract(font.body.md.regular, fontSizeKeyMaps),
...extract(font.body.md.medium, fontSizeKeyMaps),
},
lg: {
borderRadius: 12,
Expand Down

0 comments on commit 063bf40

Please sign in to comment.