Make more actions button on profiles more prominent
This commit is contained in:
parent
9feef054fc
commit
c8375b742a
@ -24,7 +24,7 @@ class VisualEffectImageButton: UIControl {
|
||||
override func awakeFromNib() {
|
||||
super.awakeFromNib()
|
||||
|
||||
let blur = UIBlurEffect(style: .prominent)
|
||||
let blur = UIBlurEffect(style: .systemThickMaterial)
|
||||
let blurView = UIVisualEffectView(effect: blur)
|
||||
blurView.translatesAutoresizingMaskIntoConstraints = false
|
||||
let vibrancy = UIVibrancyEffect(blurEffect: blur, style: .label)
|
||||
|
Loading…
x
Reference in New Issue
Block a user