Make blurry-view lighter (#690)
This commit is contained in:
parent
1aa3a20997
commit
8ff47a72d0
|
@ -37,7 +37,7 @@ class WelcomeContentPageView: UIView {
|
||||||
contentStackView.alignment = .leading
|
contentStackView.alignment = .leading
|
||||||
contentStackView.spacing = 8
|
contentStackView.spacing = 8
|
||||||
|
|
||||||
blurryBackgroundView = UIVisualEffectView(effect: UIBlurEffect(style: .light))
|
blurryBackgroundView = UIVisualEffectView(effect: UIBlurEffect(style: .systemUltraThinMaterialLight))
|
||||||
blurryBackgroundView.translatesAutoresizingMaskIntoConstraints = false
|
blurryBackgroundView.translatesAutoresizingMaskIntoConstraints = false
|
||||||
blurryBackgroundView.applyCornerRadius(radius: 8)
|
blurryBackgroundView.applyCornerRadius(radius: 8)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue