jsonwang 3 سال پیش
والد
کامیت
f93f48c1b1
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
     }()