Skip to content

Commit

Permalink
[Chore] sopt-makers#179 - AlertVC 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lsj8706 committed Apr 18, 2023
1 parent 7d8ba8d commit e6a68fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ extension AlertVC {
descriptionLabel.snp.makeConstraints { make in
make.centerX.equalToSuperview()
make.centerY.equalToSuperview().offset(-6)
make.leading.trailing.equalToSuperview().inset(30)
make.leading.trailing.equalToSuperview().inset(7)
}
}
}
Expand Down

0 comments on commit e6a68fa

Please sign in to comment.