Commit 5ee5bd25 authored by Steven杜宇's avatar Steven杜宇

Merge branch '630-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into 630-dev

parents 2d756b77 c9af43e1
......@@ -389,7 +389,7 @@ class YHEditInterestViewCell: UICollectionViewCell {
if dataSource.isNormal {
deleteButton.isHidden = true
if dataSource.isSelect {
contentView.layer.borderWidth = 0.5
contentView.layer.borderWidth = 1
contentView.layer.borderColor = UIColor.brandMainColor.cgColor
titleLabel.textColor = UIColor.brandMainColor
} else {
......@@ -399,7 +399,7 @@ class YHEditInterestViewCell: UICollectionViewCell {
}
} else {
if dataSource.isSelect {
contentView.layer.borderWidth = 0.5
contentView.layer.borderWidth = 1
contentView.layer.borderColor = UIColor.brandMainColor.cgColor
titleLabel.textColor = UIColor.brandMainColor
deleteButton.isHidden = 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