Skip to content

Commit

Permalink
refactor(Button): Button Medium 의 text size를 14px -> 16px로 변경합니다. (#167)
Browse files Browse the repository at this point in the history
* refactor(Button): size md 일 때 text size 16px로 변경

* add changesets
  • Loading branch information
suwonthugger authored Oct 10, 2024
1 parent 096b3d1 commit 7d8e506
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lucky-onions-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sopt-makers/ui': patch
---

Button 사이즈 md 일 때 text 사이즈 16px로 변경
2 changes: 1 addition & 1 deletion packages/ui/Button/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const paddings: Record<ButtonSizeTheme, string> = {

export const fontSizes: Record<ButtonSizeTheme, string> = {
sm: '14px',
md: '14px',
md: '16px',
lg: '18px',
};

Expand Down

0 comments on commit 7d8e506

Please sign in to comment.