mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-07 10:39:28 +00:00
Update uYouPlusThemes.xm
This commit is contained in:
parent
c5d5de39d6
commit
375a08c4cd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue