Changes app tint color to Red (from Green)

This commit is contained in:
Riley Testut
2019-09-08 14:21:40 -07:00
parent c8336d6199
commit 2192a756b2
11 changed files with 17 additions and 80 deletions

View File

@@ -78,7 +78,7 @@ private extension BrowseViewController
// Otherwise, cell reuse can mess up some cached values.
cell.actionButton.isIndicatingActivity = false
let tintColor = app.tintColor ?? .altGreen
let tintColor = app.tintColor ?? .altRed
cell.tintColor = tintColor
if app.installedApp == nil