[iOS] Fixed blackDividers() after rebase

This commit is contained in:
r.kuznetsov 2019-10-22 13:34:55 +03:00 committed by Daria Volvenkova
parent 0f017a6eee
commit ac13073e82

View file

@ -15,7 +15,7 @@
override func awakeFromNib() {
super.awakeFromNib()
guideContainerView.layer.borderColor = UIColor.blackDividers()?.cgColor
guideContainerView.layer.borderColor = UIColor.blackDividers().cgColor
headerLabel.text = L("pp_discovery_place_related_header").uppercased()
}