Update uYouPlusThemes.xm

This commit is contained in:
aricloverEXALT 2025-01-21 22:08:40 -06:00 committed by GitHub
parent a0bf9f9ff7
commit 2b3705a8fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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