소스 검색

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;