Skip to content

Commit

Permalink
fix: Button 내 min-width 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Nov 4, 2024
1 parent ad96389 commit 2199b2a
Showing 1 changed file with 1 addition and 0 deletions.
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 2199b2a

Please sign in to comment.