Skip to content

Commit

Permalink
[Fix] Health-Food-Me#298 - 선택 폰트 크기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yungu0010 committed Sep 28, 2022
1 parent 1825148 commit d282557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ final class ReviewWriteVC: UIViewController, UIScrollViewDelegate {
let lb = UILabel()
lb.text = I18N.Detail.Review.questionPhotoOption
lb.textColor = .helfmeGray2
lb.font = .NotoRegular(size: 10)
lb.font = .NotoBold(size: 12)
return lb
}()

Expand Down

0 comments on commit d282557

Please sign in to comment.