Change alpha channel of custom separator to match stock table view separator. Issue #1309
This commit is contained in:
parent
7f64db1b3a
commit
0f82561f6b
@ -97,6 +97,7 @@ class MasterFeedTableViewCell : VibrantTableViewCell {
|
||||
private let bottomSeparatorView: UIView = {
|
||||
let view = UIView()
|
||||
view.backgroundColor = UIColor.separator
|
||||
view.alpha = 0.5
|
||||
return view
|
||||
}()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user