]> git.saurik.com Git - cydia.git/commitdiff
Use the correct color for 'Loading...'.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 12 Mar 2011 18:52:00 +0000 (10:52 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 12 Mar 2011 18:52:00 +0000 (10:52 -0800)
Cydia/LoadingView.mm

index 2a93eb9c069aee036590440e12eb93b4c09b9e66..b66fe6d788698a934535015fe6442fcc0b81d506 100644 (file)
@@ -54,7 +54,7 @@
         label_ = [[[UILabel alloc] init] autorelease];
         [label_ setFont:[UIFont boldSystemFontOfSize:15.0f]];
         [label_ setBackgroundColor:[UIColor clearColor]];
-        [label_ setTextColor:[UIColor blackColor]];
+        [label_ setTextColor:[UIColor viewFlipsideBackgroundColor]];
         [label_ setShadowColor:[UIColor whiteColor]];
         [label_ setShadowOffset:CGSizeMake(0, 1)];
         [label_ setText:[NSString stringWithFormat:Elision_, UCLocalize("LOADING"), nil]];