Implement NetNewsWire Blue for cell selection and tint. Issue #691 & #692

This commit is contained in:
Maurice Parker
2019-06-18 18:31:37 -05:00
parent ae2c4b9d25
commit 716653c235
13 changed files with 53 additions and 58 deletions

View File

@@ -123,7 +123,7 @@ private extension MasterTimelineTableViewCell {
func theme() {
let bgView = UIView()
bgView.backgroundColor = AppAssets.selectionBackgroundColor
bgView.backgroundColor = AppAssets.netNewsWireBlueColor
selectedBackgroundView = bgView
}