浏览代码

Merge branch 'master' of https://git.yishihui.com/iOS/BFFramework

wenweiwei 3 年之前
父节点
当前提交
91ab3d3c88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFFramework/Classes/Stuckpoint/View/PQCustomSpeedSettingView.swift

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