Skip to content

Commit e249990

Browse files
jungwoo3490asst2411038
andauthored
fix(�ui): Button inputSize prop이 mobile일 시 width를 100%로 수정합니다. (#108)
Co-authored-by: asst2411038 <asst2411038@tossinvest-partners.com>
1 parent c038ea9 commit e249990

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@setaday/ui": patch
3+
---
4+
5+
set mobile default button width to 100%

packages/ui/src/Button/Button.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const buttonVariants = cva("text-white rounded-[0.8rem]", {
1010
size: {
1111
default: "",
1212
desktop: "w-[22.6rem] h-[5.7rem]",
13-
mobile: "w-[33.5rem] h-[5.6rem]",
13+
mobile: "w-[100%] h-[5.6rem]",
1414
desktop_donate: "w-[33.5rem] h-[5.6rem]",
1515
mobile_donate: "w-[20.2rem] h-[3.9rem]",
1616
},

0 commit comments

Comments
 (0)