[AltWidget] Fixes green tinting for sideloaded apps

Changes fallback tint color from AltStore-green to gray, which is more neutral.
This commit is contained in:
Riley Testut
2020-09-22 10:46:59 -07:00
parent e54d309f39
commit de174db1bc

View File

@@ -110,7 +110,7 @@ private extension WidgetView
func backgroundView(icon: UIImage? = nil, tintColor: UIColor? = nil) -> some View
{
let icon = icon ?? UIImage(named: "AltStore")!
let tintColor = tintColor ?? .altPrimary
let tintColor = tintColor ?? .gray
let imageHeight = 60 as CGFloat
let saturation = 1.8