From de174db1bc175ceed70de5b5e89b39e8df86e53c Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Tue, 22 Sep 2020 10:46:59 -0700 Subject: [PATCH] [AltWidget] Fixes green tinting for sideloaded apps Changes fallback tint color from AltStore-green to gray, which is more neutral. --- AltWidget/WidgetView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltWidget/WidgetView.swift b/AltWidget/WidgetView.swift index f0417977..5e02fdc9 100644 --- a/AltWidget/WidgetView.swift +++ b/AltWidget/WidgetView.swift @@ -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