jsonwang hace 3 años
padre
commit
9b9ea55d7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BFFramework/Classes/Stuckpoint/View/PQCustomSwitchView.swift

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