fix: image of selected view

This commit is contained in:
Nikita Semenov 2022-08-30 21:51:16 +03:00
parent d16fc21d7e
commit 635a9bb9b0
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ open class DefaultFilterListCell: ContainerTableViewCell<DefaultPickerView>, 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