Skip to content

Commit

Permalink
[Fix] #350 - FeedDetailView 내 backButton 사이즈 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
Guryss committed Nov 20, 2024
1 parent b5fa01f commit 765aa35
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ final class FeedDetailView: UIView {

let backButton = UIButton()
let viewTitleLabel = UILabel()

let dropdownButton = UIButton()
let dropdownView = FeedDetailDropdownView()

Expand Down Expand Up @@ -99,7 +98,7 @@ final class FeedDetailView: UIView {
}

backButton.snp.makeConstraints {
$0.size.equalTo(44)
$0.size.equalTo(24)
}

dropdownButton.snp.makeConstraints {
Expand Down

0 comments on commit 765aa35

Please sign in to comment.