Fix background color
This commit is contained in:
parent
85919e2a0a
commit
c23a9beb45
|
|
@ -46,6 +46,7 @@ public final class EmptyCell: SeparatorCell, AppearanceConfigurable, Configurabl
|
|||
|
||||
public func configure(appearance: Appearance) {
|
||||
selectionStyle = .none
|
||||
backgroundColor = .clear
|
||||
contentView.backgroundColor = appearance.color
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue