Skip to content

Commit

Permalink
[Chore] Team-Smeme#86 - step two textView, placeholder layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi committed Jan 10, 2023
1 parent fd40648 commit c0df73a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,14 @@ final class StepTwoKoreanDiaryViewController: UIViewController {
}

diaryTextView.snp.makeConstraints {
$0.top.equalTo(grayUnderlineView.snp.bottom)
$0.leading.trailing.equalTo(view.safeAreaLayoutGuide).offset(30)
$0.top.equalTo(grayUnderlineView.snp.bottom).offset(30)
$0.leading.trailing.equalTo(view.safeAreaLayoutGuide).offset(24)
$0.bottom.equalToSuperview()
}

placeHolderLabel.snp.makeConstraints {
$0.top.leading.equalToSuperview().inset(7)
$0.top.equalToSuperview().inset(27)
$0.leading.equalToSuperview().inset(7)
}

bottomView.snp.makeConstraints {
Expand Down

0 comments on commit c0df73a

Please sign in to comment.