From c4525ad8d80b6cbba5c417bc5945933e66c96ebf Mon Sep 17 00:00:00 2001 From: David Hoerl Date: Wed, 21 Mar 2012 10:14:01 -0400 Subject: [PATCH] Tweaked Initial Login to offer Password Reset if no password entered --- ATMHudView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATMHudView.m b/ATMHudView.m index 1f3d22b..5cde13f 100644 --- a/ATMHudView.m +++ b/ATMHudView.m @@ -52,7 +52,7 @@ - (id)initWithFrame:(CGRect)frame andController:(ATMHud *)c { backgroundLayer = [[CALayer alloc] init]; backgroundLayer.cornerRadius = 10; - backgroundLayer.backgroundColor = [UIColor colorWithWhite:0.0 alpha:p.alpha].CGColor; + backgroundLayer.backgroundColor = [UIColor colorWithWhite:p.gray alpha:p.alpha].CGColor; [self.layer addSublayer:backgroundLayer]; captionLayer = [[ATMTextLayer alloc] init];