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