mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change alpha channel of custom separator to match stock table view separator. Issue #1309
This commit is contained in:
@@ -97,6 +97,7 @@ class MasterFeedTableViewCell : VibrantTableViewCell {
|
||||
private let bottomSeparatorView: UIView = {
|
||||
let view = UIView()
|
||||
view.backgroundColor = UIColor.separator
|
||||
view.alpha = 0.5
|
||||
return view
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user