mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-25 12:46:14 +10:00
fix pick skill arrow color
This commit is contained in:
@@ -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
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user