Changes app icon + primary tint color

This commit is contained in:
Riley Testut
2019-09-19 11:29:10 -07:00
parent 94a22da471
commit c5b0072443
18 changed files with 55 additions and 54 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 ?? .altRed
let tintColor = app.tintColor ?? .altPrimary
cell.tintColor = tintColor
if app.installedApp == nil