light blue

This commit is contained in:
Ryan Nystrom
2017-06-02 14:25:05 -04:00
parent 19b6ce7220
commit b586017aa6
6 changed files with 10 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ final class SegmentedControlCell: UICollectionViewCell {
super.init(frame: frame)
segmentedControl.addTarget(self, action: #selector(SegmentedControlCell.didSelect(sender:)), for: .valueChanged)
segmentedControl.tintColor = Styles.Colors.blue
segmentedControl.tintColor = Styles.Colors.Blue.medium
contentView.addSubview(segmentedControl)
segmentedControl.snp.makeConstraints { make in
make.left.equalTo(contentView).offset(Styles.Sizes.gutter)