Browse Source

修改字体

jsonwang 3 năm trước cách đây
mục cha
commit
9b9ea55d7b

+ 1 - 1
BFFramework/Classes/Stuckpoint/View/PQCustomSwitchView.swift

@@ -45,7 +45,7 @@ class PQCustomSwitchView: UIView {
             }else{
                 itemBtn.backgroundColor = UIColor.hexColor(hexadecimal: "#F9F9F9")
             }
-            itemBtn.titleLabel?.font = UIFont.boldSystemFont(ofSize: 13)
+            itemBtn.titleLabel?.font = UIFont.systemFont(ofSize: 13)
             itemBtn.addCorner(corner:5)
             addSubview(itemBtn)
         }