|
@@ -71,7 +71,7 @@ public class VideoInviteCell: UITableViewCell {
|
|
|
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
|
|
super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
|
|
|
clipsToBounds = false
|
|
|
- backgroundColor = .none
|
|
|
+ backgroundColor = .clear
|
|
|
setupSubviews()
|
|
|
}
|
|
|
|