From 9b2d74495d80a8367427e476edd4b39bf40cca7c Mon Sep 17 00:00:00 2001 From: Giom Foret Date: Mon, 15 May 2017 19:30:09 +0200 Subject: [PATCH] UX Rework: Update (+) button shadow --- Riot/ViewController/RecentsViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/ViewController/RecentsViewController.m b/Riot/ViewController/RecentsViewController.m index f44030bfc..45117a5f7 100644 --- a/Riot/ViewController/RecentsViewController.m +++ b/Riot/ViewController/RecentsViewController.m @@ -1499,7 +1499,7 @@ plusButtonImageView.backgroundColor = [UIColor clearColor]; plusButtonImageView.contentMode = UIViewContentModeCenter; plusButtonImageView.image = [UIImage imageNamed:@"create_room"]; - plusButtonImageView.layer.shadowOpacity = 0.8; + plusButtonImageView.layer.shadowOpacity = 0.3; plusButtonImageView.layer.shadowOffset = CGSizeMake(0, 3); CGFloat side = 78.0f;