Skip to content

Commit

Permalink
[Feat] #31 - review applied - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
seongmin221 committed Jul 13, 2023
1 parent 49cb684 commit 12695e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ final class WriteReviewViewController: BaseViewController {
}

likeCollectionViewHeaderLabel.do {
$0.text = "건빵집은 어떠셨나요?"
$0.text = I18N.WriteReview.likeOptionTitle
$0.font = .bodyB1
$0.textColor = .black
}

optionsCollectionViewHeaderLabel.do {
$0.text = "어떤것을 추천하나요?"
$0.text = I18N.WriteReview.optionTitle
$0.font = .bodyB1
$0.textColor = .gbbGray300
}
Expand Down

0 comments on commit 12695e7

Please sign in to comment.