Skip to content

Commit

Permalink
[REFACTOR] #125 : 로그아웃 및 회원 탈퇴 Dialog 마진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Feb 16, 2024
1 parent 84144eb commit 943ad40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ internal fun ProfileSettingDialog(
modifier = Modifier
.wrapContentHeight()
.fillMaxWidth()
.padding(horizontal = 30.dp)
.padding(horizontal = 20.dp)
.clip(RoundedCornerShape(8.dp))
.background(WappTheme.colors.black25),
) {
Expand Down

0 comments on commit 943ad40

Please sign in to comment.