Skip to content

Commit

Permalink
fix background color refer: luispadron#32
Browse files Browse the repository at this point in the history
  • Loading branch information
daybysay committed Oct 9, 2020
1 parent b0d6ca7 commit aeb1f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UIEmptyState/UIEmptyStateView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ open class UIEmptyStateView: UIView {
contentView.axis = .vertical
contentView.distribution = .equalSpacing
contentView.alignment = .center
contentView.backgroundColor = UIColor.red
contentView.backgroundColor = UIColor.clear
contentView.spacing = spacing ?? 0
contentView.translatesAutoresizingMaskIntoConstraints = false
contentView.addArrangedSubview(titleLabel)
Expand Down

0 comments on commit aeb1f8f

Please sign in to comment.