Skip to content

Commit

Permalink
[Design] #319 - 상세 백버튼 얼라인
Browse files Browse the repository at this point in the history
다른 디폴트 백버튼이랑 얼라인 좀 맞춤
  • Loading branch information
EunsuSeo01 committed Dec 29, 2024
1 parent 0b53a6b commit 2f9051e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ final class HankkiDetailViewController: BaseViewController, NetworkResultDelegat
}

backButton.snp.makeConstraints {
$0.top.equalToSuperview().inset(48.5)
$0.leading.equalToSuperview().inset(7)
$0.top.equalToSuperview().inset(57)
$0.leading.equalToSuperview().inset(8)
$0.size.equalTo(40)
}

Expand Down

0 comments on commit 2f9051e

Please sign in to comment.