瀏覽代碼

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