Commit 519dcb84 authored by David黄金龙's avatar David黄金龙

品牌色

parent 58590d98
...@@ -160,7 +160,7 @@ class YHWorkHighlightsTableViewCell: UITableViewCell { ...@@ -160,7 +160,7 @@ class YHWorkHighlightsTableViewCell: UITableViewCell {
detailSwitch = { detailSwitch = {
let switchView = UISwitch() let switchView = UISwitch()
switchView.onTintColor = UIColor(hex: 0x4d9ff8) switchView.onTintColor = UIColor.brandMainColor
switchView.addTarget(self, action: #selector(switchViewChange), for: .valueChanged) switchView.addTarget(self, action: #selector(switchViewChange), for: .valueChanged)
return switchView return switchView
}() }()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment