瀏覽代碼

修改字号

jsonwang 3 年之前
父節點
當前提交
1eeb9df053
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/View/Cell/BFVoiceCategoryCell.swift

+ 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
     }()