Skip to content

Commit

Permalink
fix(ui): Button 내 min-width 속성 추가 (#201)
Browse files Browse the repository at this point in the history
* fix: Button 내 min-width 속성 추가

* cs
  • Loading branch information
Brokyeom authored Nov 5, 2024
1 parent ad96389 commit 00b1a6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-rules-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sopt-makers/ui': patch
---

Button 내 max-width 속성 추가
1 change: 1 addition & 0 deletions packages/ui/Button/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const root = style({
border: 'none',
cursor: 'pointer',
fontWeight: 600,
minWidth: 'max-content',
});

const sprinkleProperties = defineProperties({
Expand Down

0 comments on commit 00b1a6a

Please sign in to comment.