Skip to content

Commit

Permalink
✨ :: [#1275] 랜덤 아이콘 크기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Sep 1, 2024
1 parent 5abcbd8 commit 0efede9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private final class RandomPlayButton: UIButton {
randomImageView.snp.makeConstraints {
$0.centerY.equalToSuperview()
$0.leading.equalToSuperview().inset(32)
$0.size.equalTo(24)
$0.size.equalTo(32)
}

playLabel.snp.makeConstraints {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private final class RandomPlayButton: UIButton {
randomImageView.snp.makeConstraints {
$0.centerY.equalToSuperview()
$0.leading.equalToSuperview().inset(32)
$0.size.equalTo(24)
$0.size.equalTo(32)
}

playLabel.snp.makeConstraints {
Expand Down

0 comments on commit 0efede9

Please sign in to comment.