Преглед изворни кода

VLCActionSheet: Bold header title

Mike JS. Choi пре 7 година
родитељ
комит
d29158b748
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Sources/VLCActionSheet/VLCActionSheetSectionHeader.swift

+ 1 - 1
Sources/VLCActionSheet/VLCActionSheetSectionHeader.swift

@@ -15,7 +15,7 @@ class VLCActionSheetSectionHeader: UIView {
 
     let title: UILabel = {
         let title = UILabel()
-        title.font = UIFont.systemFont(ofSize: 13)
+        title.font = UIFont.boldSystemFont(ofSize: 13)
         title.translatesAutoresizingMaskIntoConstraints = false
         return title
     }()