|
@@ -30,7 +30,7 @@ class MVHomeController: MVBaseController {
|
|
|
stuckPointBtn.setImage(UIImage(named: "add"), for: .normal)
|
|
|
stuckPointBtn.adjustsImageWhenHighlighted = false
|
|
|
stuckPointBtn.tag = 2000
|
|
|
- stuckPointBtn.backgroundColor = UIColor.hexColor(hexadecimal: "#3DC1C1")
|
|
|
+ stuckPointBtn.backgroundColor = UIColor.hexColor(hexadecimal: PQBFConfig.shared.styleColor.rawValue)
|
|
|
stuckPointBtn.addCorner(corner: 30)
|
|
|
return stuckPointBtn
|
|
|
}()
|