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

@@ -10,7 +10,8 @@ import UIKit
extension UIColor
{
static let altRed = UIColor(named: "Red")!
static let altPrimary = UIColor(named: "Primary")!
static let altPink = UIColor(named: "Pink")!
static let refreshRed = UIColor(named: "RefreshRed")!