mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Update LowContrastMode.xm
This commit is contained in:
parent
2007a90497
commit
a0bf9f9ff7
1 changed files with 0 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue