Fix icon highlighted color

This commit is contained in:
Mihael Cholakov 2020-01-13 10:13:02 +02:00
parent 9368d1033d
commit 8df0067813
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class VibrantBasicTableViewCell: VibrantTableViewCell {
@IBInspectable var imageSelected: UIImage?
var iconTint: UIColor {
return isHighlighted || isSelected ? .systemBackground : AppAssets.primaryAccentColor
return isHighlighted || isSelected ? labelColor : AppAssets.primaryAccentColor
}
var iconImage: UIImage? {