Skip to content

Commit

Permalink
✨ :: [#1268] 디스크립션 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youn9k committed Aug 31, 2024
1 parent 95821e2 commit 107370e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private extension PlayTypeTogglePopupViewController {

firstDotImageView.snp.makeConstraints {
$0.size.equalTo(16)
$0.top.equalTo(secondItemButton.snp.bottom).offset(8)
$0.top.equalTo(secondItemButton.snp.bottom).offset(12)
$0.left.equalToSuperview().offset(20)
}

Expand Down

0 comments on commit 107370e

Please sign in to comment.