@@ -23,7 +23,7 @@ class PQCustomSpeedSettingView: UIView {
titleLab.font = UIFont.systemFont(ofSize: 14, weight: .medium)
titleLab.textAlignment = .center
titleLab.text = "自定义快慢速"
- titleLab.textColor = UIColor.hexColor(hexadecimal: "#353535")
+ titleLab.textColor = PQBFConfig.shared.styleTitleColor
return titleLab
}()