Skip to content

Commit d14063d

Browse files
committed
Remove background color on empty stores cell
1 parent 39526ed commit d14063d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

WooCommerce/Classes/Authentication/Epilogue/EmptyStoresTableViewCell.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ final class EmptyStoresTableViewCell: UITableViewCell {
3333
override func awakeFromNib() {
3434
super.awakeFromNib()
3535

36-
configureBackground()
3736
configureStackView()
3837
configureImageView()
3938
configureRemoveAppleIDAccessButton()
@@ -47,9 +46,6 @@ final class EmptyStoresTableViewCell: UITableViewCell {
4746

4847

4948
private extension EmptyStoresTableViewCell {
50-
func configureBackground() {
51-
applyDefaultBackgroundStyle()
52-
}
5349

5450
func configureStackView() {
5551
stackView.spacing = 24

0 commit comments

Comments
 (0)