Browse Source

修改字号

jsonwang 3 years ago
parent
commit
1eeb9df053

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/View/Cell/BFVoiceCategoryCell.swift

@@ -17,7 +17,7 @@ class BFVoiceCategoryCell: UICollectionViewCell {
     lazy var nameLab: UILabel = {
         let nameLab = UILabel()
         nameLab.textColor =  UIColor.hexColor(hexadecimal: "#616161")
-        nameLab.font = UIFont.systemFont(ofSize: 15)
+        nameLab.font = UIFont.systemFont(ofSize: 15, weight: .medium)
         nameLab.textAlignment = .center
         return nameLab
     }()