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

@@ -10,8 +10,6 @@ import UIKit
extension UIColor
{
static let altPurple = UIColor(named: "Purple")!
static let altGreen = UIColor(named: "Green")!
static let altRed = UIColor(named: "Red")!
static let altPink = UIColor(named: "Pink")!