mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user