Skip to content

Commit

Permalink
[#73] basicColor 속성을 basicColorName으로 바꿀 때 누락된 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyuni committed Sep 13, 2021
1 parent 1cdef21 commit 375e4b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class ColorsListItemCell: UITableViewCell {
func fillData(with model: Color) {
colorCircleView.backgroundColor = model.color
titleLabel.text = model.name
captionLabel.text = model.basicColor
captionLabel.text = model.basicColorName
}

}

0 comments on commit 375e4b0

Please sign in to comment.