Fix icon highlighted color
This commit is contained in:
parent
9368d1033d
commit
8df0067813
|
@ -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? {
|
||||
|
|
Loading…
Reference in New Issue