Updated Opacity as per design team comments

This commit is contained in:
Chintakrinda, Arun Kumar (Arun) 2020-08-04 16:53:40 +05:30
parent cb13781a41
commit daf6e7ea01

View File

@ -272,7 +272,7 @@ static const CGFloat VertialShadowOffset = 6;
view.layer.shadowColor = [UIColor blackColor].CGColor;
view.layer.shadowOffset = CGSizeMake(0.0f, VertialShadowOffset);
view.layer.shadowOpacity = 0.7f;
view.layer.shadowOpacity = 0.25f;
view.layer.shadowPath = shadowPath.CGPath;
}