mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[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:
@@ -110,7 +110,7 @@ private extension WidgetView
|
|||||||
func backgroundView(icon: UIImage? = nil, tintColor: UIColor? = nil) -> some View
|
func backgroundView(icon: UIImage? = nil, tintColor: UIColor? = nil) -> some View
|
||||||
{
|
{
|
||||||
let icon = icon ?? UIImage(named: "AltStore")!
|
let icon = icon ?? UIImage(named: "AltStore")!
|
||||||
let tintColor = tintColor ?? .altPrimary
|
let tintColor = tintColor ?? .gray
|
||||||
|
|
||||||
let imageHeight = 60 as CGFloat
|
let imageHeight = 60 as CGFloat
|
||||||
let saturation = 1.8
|
let saturation = 1.8
|
||||||
|
|||||||
Reference in New Issue
Block a user