diff --git a/Source/uYouPlusThemes.xm b/Source/uYouPlusThemes.xm index 92004de..88a3633 100644 --- a/Source/uYouPlusThemes.xm +++ b/Source/uYouPlusThemes.xm @@ -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