Fix icon highlighted color
This commit is contained in:
parent
9368d1033d
commit
8df0067813
@ -77,7 +77,7 @@ class VibrantBasicTableViewCell: VibrantTableViewCell {
|
|||||||
@IBInspectable var imageSelected: UIImage?
|
@IBInspectable var imageSelected: UIImage?
|
||||||
|
|
||||||
var iconTint: UIColor {
|
var iconTint: UIColor {
|
||||||
return isHighlighted || isSelected ? .systemBackground : AppAssets.primaryAccentColor
|
return isHighlighted || isSelected ? labelColor : AppAssets.primaryAccentColor
|
||||||
}
|
}
|
||||||
|
|
||||||
var iconImage: UIImage? {
|
var iconImage: UIImage? {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user