diff --git a/Yep/Views/Buttons/SkillCategoryButton.swift b/Yep/Views/Buttons/SkillCategoryButton.swift index 0c5bc81b..79687410 100644 --- a/Yep/Views/Buttons/SkillCategoryButton.swift +++ b/Yep/Views/Buttons/SkillCategoryButton.swift @@ -59,6 +59,8 @@ class SkillCategoryButton: UIButton { let imageView = UIImageView() imageView.contentMode = .Center imageView.image = UIImage(named: "icon_skill_category_arrow") + imageView.tintColor = UIColor.whiteColor() + imageView.tintAdjustmentMode = .Normal return imageView }()