From f08e390bebb8342f3a01d486d00a0a9afeab291b Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Wed, 24 Jan 2024 17:08:12 +0700 Subject: [PATCH] bugs fixed --- Sources/uYouPlusThemes.xm | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/uYouPlusThemes.xm b/Sources/uYouPlusThemes.xm index 23bdd54..233662f 100644 --- a/Sources/uYouPlusThemes.xm +++ b/Sources/uYouPlusThemes.xm @@ -266,6 +266,7 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha: if ([self.accessibilityIdentifier isEqualToString:@"id.comment.channel_guidelines_bottom_sheet_container"]) { self.backgroundColor = [UIColor blackColor]; } if ([self.accessibilityIdentifier isEqualToString:@"id.comment.channel_guidelines_entry_banner_container"]) { self.backgroundColor = [UIColor blackColor]; } 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