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