Commit a50c059d authored by Steven杜宇's avatar Steven杜宇

// 活动

parent a8178ff7
......@@ -73,7 +73,7 @@ class YHActivityTravelViewController: YHBaseViewController {
button.contentHorizontalAlignment = .center
button.setTitleColor(.brandGrayColor8, for: .normal)
button.layer.cornerRadius = kCornerRadius3
button.layer.borderWidth = 0.5
button.layer.borderWidth = 1.0
button.layer.borderColor = UIColor.brandGrayColor8.cgColor
button.addTarget(self, action: #selector(clickleftButton), for: .touchUpInside)
button.clipsToBounds = true
......
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