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

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