Skip to content

Commit

Permalink
Merge pull request #1276 from wakmusic/1275-ui-fix-random-icon
Browse files Browse the repository at this point in the history
🔀 :: (#1275) 재생목록 > 랜덤 아이콘 크기 변경
  • Loading branch information
KangTaeHoon authored Sep 1, 2024
2 parents 5abcbd8 + 0efede9 commit 1329204
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 1329204

Please sign in to comment.