Fix background color

This commit is contained in:
Igor Kislyuk 2017-10-14 21:43:02 +03:00
parent 85919e2a0a
commit c23a9beb45
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public final class EmptyCell: SeparatorCell, AppearanceConfigurable, Configurabl
public func configure(appearance: Appearance) {
selectionStyle = .none
backgroundColor = .clear
contentView.backgroundColor = appearance.color
}