EmptyCell default appearance fix
This commit is contained in:
parent
f7868ad827
commit
5c85bf2e5d
|
|
@ -53,5 +53,7 @@ public final class EmptyCell: SeparatorCell, AppearanceProtocol, ConfigurableCel
|
|||
private func setup() {
|
||||
backgroundColor = .clear
|
||||
selectionStyle = .none
|
||||
|
||||
configure(appearance: Appearance())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue