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

@@ -25,7 +25,7 @@ class RefreshIntervalViewController: UITableViewController {
cell.textLabel?.adjustsFontForContentSizeCategory = true
let bgView = UIView()
bgView.backgroundColor = AppAssets.selectionBackgroundColor
bgView.backgroundColor = AppAssets.netNewsWireBlueColor
cell.selectedBackgroundView = bgView
let userRefreshInterval = AppDefaults.refreshInterval