From 6807a82c0e6119f731f875603aee9100b46d2849 Mon Sep 17 00:00:00 2001 From: eevee Date: Fri, 7 Jun 2024 23:22:26 +0300 Subject: [PATCH] superview --- Sources/EeveeSpotify/DarkPopUps.x.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/EeveeSpotify/DarkPopUps.x.swift b/Sources/EeveeSpotify/DarkPopUps.x.swift index ae44806..bc65696 100644 --- a/Sources/EeveeSpotify/DarkPopUps.x.swift +++ b/Sources/EeveeSpotify/DarkPopUps.x.swift @@ -17,7 +17,7 @@ class EncoreLabelHook: ClassHook { let label = Dynamic.convert(target.subviews.first!, to: UILabel.self) - if !(String(describing: target.superview?.superview?.superview) ~= "Primary") { + if !(String(describing: target.superview?.superview?.superview?.superview) ~= "Primary") { label.textColor = .white } }