Commit 95ce6e46 by Daniel Dahan

development: update shadow on buttons

parent be24ca9f
......@@ -123,7 +123,7 @@ public class MaterialButton : UIButton {
layer.shadowColor = MaterialTheme.black.color.CGColor
layer.shadowOffset = CGSizeMake(0.1, 0.1)
layer.shadowOpacity = 0.4
layer.shadowRadius = 2
layer.shadowRadius = 3
}
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment