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

@@ -96,7 +96,7 @@ private extension AppDelegate
{
func setTintColor()
{
self.window?.tintColor = .altGreen
self.window?.tintColor = .altRed
}
}