From c23a9beb4556260c2c9991ffa6d282aaf50f19a0 Mon Sep 17 00:00:00 2001 From: Igor Kislyuk Date: Sat, 14 Oct 2017 21:43:02 +0300 Subject: [PATCH] Fix background color --- Sources/Classes/Views/EmptyCell/EmptyCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Classes/Views/EmptyCell/EmptyCell.swift b/Sources/Classes/Views/EmptyCell/EmptyCell.swift index b0025a1e..02e50fb1 100644 --- a/Sources/Classes/Views/EmptyCell/EmptyCell.swift +++ b/Sources/Classes/Views/EmptyCell/EmptyCell.swift @@ -46,6 +46,7 @@ public final class EmptyCell: SeparatorCell, AppearanceConfigurable, Configurabl public func configure(appearance: Appearance) { selectionStyle = .none + backgroundColor = .clear contentView.backgroundColor = appearance.color }