Преглед на файлове

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