diff --git a/Sources/Classes/Views/EmptyCell/EmptyCell.swift b/Sources/Classes/Views/EmptyCell/EmptyCell.swift index 1d6bae33..c0cca1b8 100644 --- a/Sources/Classes/Views/EmptyCell/EmptyCell.swift +++ b/Sources/Classes/Views/EmptyCell/EmptyCell.swift @@ -53,5 +53,7 @@ public final class EmptyCell: SeparatorCell, AppearanceProtocol, ConfigurableCel private func setup() { backgroundColor = .clear selectionStyle = .none + + configure(appearance: Appearance()) } }