diff --git a/Sources/LowContrastMode.xm b/Sources/LowContrastMode.xm index e62b7e7..34c632a 100644 --- a/Sources/LowContrastMode.xm +++ b/Sources/LowContrastMode.xm @@ -237,13 +237,6 @@ UIColor *lcmHexColor; [newAttributedString addAttribute:NSForegroundColorAttributeName value:[UIColor whiteColor] range:NSMakeRange(0, newAttributedString.length)]; return newAttributedString; } -- (BOOL)textColorFollowsTintColor { - return YES; -} -- (void)setPlaceholderColor:(UIColor *)placeholderColor { - placeholderColor = [UIColor whiteColor]; - %orig(placeholderColor); -} %end %hook ASTextFieldNode - (void)setTextColor:(UIColor *)textColor { @@ -260,11 +253,6 @@ UIColor *lcmHexColor; %orig([UIColor whiteColor]); } %end -%hook UIControl // snackbar fix for lcm -- (UIColor *)backgroundColor { - return [UIColor blackColor]; -} -%end %end %group gCustomContrastMode // Custom Contrast Mode (Hex Color)