Skip to content

Commit 00b1a6a

Browse files
authored
fix(ui): Button 내 min-width 속성 추가 (#201)
* fix: Button 내 min-width 속성 추가 * cs
1 parent ad96389 commit 00b1a6a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/stale-rules-rhyme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sopt-makers/ui': patch
3+
---
4+
5+
Button 내 max-width 속성 추가

packages/ui/Button/style.css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const root = style({
1111
border: 'none',
1212
cursor: 'pointer',
1313
fontWeight: 600,
14+
minWidth: 'max-content',
1415
});
1516

1617
const sprinkleProperties = defineProperties({

0 commit comments

Comments
 (0)