Make blurry-view lighter (#690)

This commit is contained in:
Nathan Mattes 2023-01-07 13:15:25 +01:00
parent 1aa3a20997
commit 8ff47a72d0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class WelcomeContentPageView: UIView {
contentStackView.alignment = .leading
contentStackView.spacing = 8
blurryBackgroundView = UIVisualEffectView(effect: UIBlurEffect(style: .light))
blurryBackgroundView = UIVisualEffectView(effect: UIBlurEffect(style: .systemUltraThinMaterialLight))
blurryBackgroundView.translatesAutoresizingMaskIntoConstraints = false
blurryBackgroundView.applyCornerRadius(radius: 8)