Skip to content

Commit

Permalink
[refactor] Record Tab
Browse files Browse the repository at this point in the history
body : RecordTab μ…€ ν‘œμ‹œ μ•ˆλ˜λ˜ 문제 ν•΄κ²°
       ScoreRecordCell λΆ€λΆ„ 정리쀑
Related to : #47
  • Loading branch information
realwhyjay committed Apr 8, 2021
1 parent 3ace78e commit 0f2f365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Runners_Hi/Runners_Hi/Source/Cell/ScoreRecordCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class ScoreRecordCell: UICollectionViewCell {
scoreDateLabel.textColor = .brownishGrey
getKmLabel.font = UIFont(name:"AvenirNext-BoldItalic", size:28.0)
getTimeLabel.font = UIFont(name:"AvenirNext-BoldItalic", size:28.0)


// font μ΅μŠ€ν…μ…˜ 적용
KmNameLabel.setLabel(text: "ν‚¬λ‘œλ―Έν„°", color: .black, font: .nanumBold(size: 14.0))
TimeNameLabel.setLabel(text: "λŸ¬λ‹μ‹œκ°„", color: .black, font: .nanumBold(size: 12.0))

Expand Down

0 comments on commit 0f2f365

Please sign in to comment.