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 } }