Skip to content

Commit

Permalink
[Fix] 챌린지뷰 텍스트색깔 변경(Team-LionHeart#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed Jul 21, 2023
1 parent c285f5a commit 3f7d845
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ final class ChallengeDayCheckCollectionViewCollectionViewCell: UICollectionViewC
}
}

var whiteTextColor: UIColor? {
didSet {
countLabel.textColor = whiteTextColor
}
}

private let countLabel: UILabel = {
let label = UILabel()
label.textAlignment = .center
Expand Down

0 comments on commit 3f7d845

Please sign in to comment.