|
@@ -234,7 +234,7 @@ class PQStuckPointMusicController: PQBaseViewController {
|
|
|
disablePopGesture().popGestureHandle = { [weak self] in
|
|
|
self?.backBtnClick()
|
|
|
}
|
|
|
- leftButton(image: nil, tintColor: UIColor.red)
|
|
|
+ leftButton(image: nil, tintColor: PQBFConfig.shared.styleTitleColor)
|
|
|
setTitle(title: "选择音乐主题", color: PQBFConfig.shared.styleTitleColor)
|
|
|
view.addSubview(searchTF)
|
|
|
|