Prechádzať zdrojové kódy

Passcode view: minor appearance improvement (close #14836)

(cherry picked from commit 7b2c5fd6ad613f88e4afa691dfc920eb441079bd)
Felix Paul Kühne 9 rokov pred
rodič
commit
81d676d766
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      PAPasscode/PAPasscodeViewController.m

+ 3 - 3
PAPasscode/PAPasscodeViewController.m

@@ -168,9 +168,9 @@
     messageLabel = [[UILabel alloc] initWithFrame:CGRectMake(0, PROMPT_HEIGHT+DIGIT_HEIGHT, contentView.bounds.size.width, MESSAGE_HEIGHT)];
     messageLabel.autoresizingMask = UIViewAutoresizingFlexibleWidth;
     messageLabel.backgroundColor = [UIColor clearColor];
-    messageLabel.textColor = [UIColor colorWithRed:0.30 green:0.34 blue:0.42 alpha:1.0];
-    messageLabel.font = [UIFont systemFontOfSize:14];
-    messageLabel.shadowColor = [UIColor whiteColor];
+    messageLabel.textColor = [UIColor VLCLightTextColor];
+    messageLabel.font = [UIFont boldSystemFontOfSize:14];
+    messageLabel.shadowColor = [UIColor VLCDarkTextShadowColor];
     messageLabel.shadowOffset = CGSizeMake(0, 1);
     messageLabel.textAlignment = NSTextAlignmentCenter;
     messageLabel.numberOfLines = 0;