fix: image of selected view
This commit is contained in:
parent
d16fc21d7e
commit
635a9bb9b0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue