diff --git a/TIEcommerce/Sources/Filters/ListFilters/Views/DefaultFilterListCell.swift b/TIEcommerce/Sources/Filters/ListFilters/Views/DefaultFilterListCell.swift index 66a464b1..dd4dc077 100644 --- a/TIEcommerce/Sources/Filters/ListFilters/Views/DefaultFilterListCell.swift +++ b/TIEcommerce/Sources/Filters/ListFilters/Views/DefaultFilterListCell.swift @@ -112,6 +112,7 @@ open class DefaultFilterListCell: ContainerTableViewCell, Con open func updateAppearance(with appearance: FilterCellStateAppearance) { contentInsets = appearance.contentInsets wrappedView.textColor = appearance.fontColor + wrappedView.image = appearance.selectionImage backgroundColor = appearance.backgroundColor layer.borderColor = appearance.borderColor.cgColor