Skip to content

Commit

Permalink
[Chore] sopt-makers#173- Soptamp mission list cvc label black으로 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
devxsby committed Apr 19, 2023
1 parent 30f975a commit 29b43ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ final class MissionListCVC: UICollectionViewCell, UICollectionViewRegisterable {
private let purposeLabel: UILabel = {
let label = UILabel()
label.text = "세미나 끝나고 뒷풀이 2시까지 달리기"
label.textColor = .black
label.setTypoStyle(.SoptampFont.caption1D)
label.numberOfLines = 2
return label
Expand Down

0 comments on commit 29b43ca

Please sign in to comment.