Skip to content

Commit 9ed38bf

Browse files
committed
fix: 모달 콘텐츠 사이즈 수정 (#152)
1 parent 7103d2c commit 9ed38bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/onboarding/ui/policy-modal/policy-modal.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export const modalContent = style({
3131
flexDirection: "column",
3232
gap: "2.4rem",
3333
textAlign: "left",
34+
width: "40rem",
3435
height: "28rem",
3536
padding: "2rem 3rem",
36-
marginBottom: "2rem",
3737
overflowY: "auto",
3838

3939
selectors: {

src/pages/onboarding/onboarding-page.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ export const sectionGroup = style({
110110
export const agreeGroup = style({
111111
display: "flex",
112112
alignItems: "center",
113-
gap: "1.6rem",
114113
});
115114

116115
export const agreeContent = style({
117116
display: "flex",
118117
alignItems: "center",
118+
marginLeft: "1.6rem",
119119
color: themeVars.color.gray800,
120120
...themeVars.fontStyles.body_m_16,
121121
fontWeight: 500,

0 commit comments

Comments
 (0)