Skip to content

Commit eca1f43

Browse files
committed
Use an off-white color for text and icons
1 parent 8dc323b commit eca1f43

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed

Authenticator/Classes/UIColor+OTP.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
@implementation UIColor (OTP)
3030

3131
COLOR(darkBlueColor, [UIColor colorWithIntegerRed:35 green:35 blue:50])
32+
COLOR(lightColor, [UIColor colorWithIntegerRed:250 green:248 blue:240])
3233

3334
COLOR(otpBarBackgroundColor, [UIColor darkBlueColor])
34-
COLOR(otpBarForegroundColor, [UIColor whiteColor])
35+
COLOR(otpBarForegroundColor, [UIColor lightColor])
3536
COLOR(otpBackgroundColor, [UIColor darkBlueColor])
36-
COLOR(otpForegroundColor, [UIColor whiteColor])
37+
COLOR(otpForegroundColor, [UIColor lightColor])
3738

3839
@end

Authenticator/Resources/Icon.svg

Lines changed: 4 additions & 2 deletions
Loading
Loading
Loading
Loading

Authenticator/Resources/iTunesArtwork

262 Bytes
Binary file not shown.
328 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)