소스 검색

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