@@ -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)