jsonwang 3 rokov pred
rodič
commit
f93f48c1b1

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

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