From f922d60369a20467e1ca68d9d000e76431c5a164 Mon Sep 17 00:00:00 2001 From: jasim-mohd Date: Tue, 10 Jan 2023 21:08:53 +0400 Subject: [PATCH] Update Tweak.xm --- Tweak.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tweak.xm b/Tweak.xm index c55afab..1743683 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -21,6 +21,7 @@ bool showTimer = YES; %property(retain, nonatomic) NSString *SBTOriginalText; %property(retain, nonatomic) MTTimer *nextTimer; %property(retain, nonatomic) NSTimer *oneSecTimer; +%property(retain, nonatomic) UIColor *textColor; -(id)initWithFrame:(CGRect)arg1 { [[NSNotificationCenter defaultCenter] removeObserver:self name:@"MTTimerManagerNextTimerChanged" object:nil]; @@ -68,6 +69,7 @@ bool showTimer = YES; if (showTimer && showInThisView) { long seconds = [self.nextTimer remainingTime]; + self.textColor = [UIColor colorWithRed:188 green:149 blue:88 alpha:1.0]; if (seconds >= 3600) {