diff --git a/iOS/UIKit Extensions/VibrantTableViewCell.swift b/iOS/UIKit Extensions/VibrantTableViewCell.swift index 012ad631e..902c8bf81 100644 --- a/iOS/UIKit Extensions/VibrantTableViewCell.swift +++ b/iOS/UIKit Extensions/VibrantTableViewCell.swift @@ -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? {