Update uYouPlusThemes.xm

This commit is contained in:
arichornlover 2024-01-24 16:31:03 -06:00 committed by GitHub
parent c5d5de39d6
commit 375a08c4cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -616,6 +616,7 @@ UIColor *customHexColor;
if ([self.accessibilityIdentifier isEqualToString:@"id.comment.channel_guidelines_bottom_sheet_container"]) { self.backgroundColor = customHexColor; }
if ([self.accessibilityIdentifier isEqualToString:@"id.comment.channel_guidelines_entry_banner_container"]) { self.superview.backgroundColor = self.backgroundColor = customHexColor; }
if ([self.accessibilityIdentifier isEqualToString:@"id.comment.comment_group_detail_container"]) { self.backgroundColor = [UIColor clearColor]; }
if ([self.accessibilityIdentifier hasPrefix:@"id.elements.components.overflow_menu_item_"]) { self.backgroundColor = [UIColor clearColor]; }
}
}
%end