Skip to content

Commit

Permalink
[Fix] #434 - 알람 뱃지 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwogus0128 committed Nov 19, 2024
1 parent 94650bf commit 2ff3616
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ extension HomeNotificationBadgeView {
}

titleLabel.snp.makeConstraints { make in
make.leading.trailing.equalToSuperview().inset(8)
make.top.bottom.equalToSuperview().inset(5)
make.leading.trailing.equalToSuperview().inset(6)
make.top.bottom.equalToSuperview().inset(3)
}
}
}
Expand Down

0 comments on commit 2ff3616

Please sign in to comment.