Skip to content

Commit

Permalink
[Chore] #243 - 줄바꿈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yungu0010 committed Mar 14, 2024
1 parent 9f6df26 commit 7c9e126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ extension FourthOnboardingViewController {
$0.configuration?.contentInsets = NSDirectionalEdgeInsets.init(top: 0, leading: 0, bottom: 0, trailing: 0)
$0.addTarget(self, action: #selector(buttonTapped), for: .touchUpInside)
}

}

private func setLayout() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ extension ThirdOnboardingViewController {
$0.allowsMultipleSelection = true
$0.delegate = self
}

nextButton.do {
$0.backgroundColor = isTapped ? .white : .gray2
$0.isUserInteractionEnabled = isTapped
Expand Down

0 comments on commit 7c9e126

Please sign in to comment.