Skip to content

Commit

Permalink
[#24] 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJoEun-01 committed Nov 8, 2024
1 parent cc31b77 commit 0c43108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Handy/Handy/Source/Atom/HandySnackbar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ final public class HandySnackbar: UIView {
let label = HandyLabel()
label.alignment = .left
label.numberOfLines = 2
label.lineBreakMode = .byCharWrapping
return label
}()

Expand Down Expand Up @@ -124,8 +123,9 @@ final public class HandySnackbar: UIView {
$0.top.leading.equalToSuperview().inset(16)
}
cancelButton.snp.makeConstraints {
$0.size.equalTo(20)
$0.top.trailing.equalToSuperview().inset(16)
$0.size.equalTo(18)
$0.top.equalToSuperview().inset(17)
$0.trailing.equalToSuperview().inset(16)
}
}

Expand Down

0 comments on commit 0c43108

Please sign in to comment.