Преглед на файлове

Passcode view: minor appearance improvement (close #14836)

(cherry picked from commit 7b2c5fd6ad613f88e4afa691dfc920eb441079bd)
Felix Paul Kühne преди 9 години
родител
ревизия
81d676d766
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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;