diff --git a/Sources/ButtonBarViewCell.swift b/Sources/ButtonBarViewCell.swift index 224c6e5f..b4830ae0 100644 --- a/Sources/ButtonBarViewCell.swift +++ b/Sources/ButtonBarViewCell.swift @@ -31,7 +31,7 @@ public class ButtonBarViewCell: UICollectionViewCell { let label = UILabel(frame: self.contentView.bounds) label.autoresizingMask = [.FlexibleWidth, .FlexibleHeight] label.textAlignment = .Center - label.font = UIFont.systemFontOfSize(14.0, weight: UIFontWeightMedium) + label.font = UIFont.boldSystemFontOfSize(14.0) return label }()