From 2b3705a8fe49cc764bf08dfd2b8594a44e1a706a Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:08:40 -0600 Subject: [PATCH] Update uYouPlusThemes.xm --- Sources/uYouPlusThemes.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlusThemes.xm b/Sources/uYouPlusThemes.xm index 0812f09..22e5a3c 100644 --- a/Sources/uYouPlusThemes.xm +++ b/Sources/uYouPlusThemes.xm @@ -85,7 +85,7 @@ %hook YTAsyncCollectionView - (void)didMoveToWindow { %orig; - self.superview.backgroundColor = [UIColor colorWithRed:0.129 green:0.129 blue:0.129 alpha:1.0]; + self.backgroundColor = [UIColor colorWithRed:0.129 green:0.129 blue:0.129 alpha:1.0]; } %end %end