diff --git a/Mastodon/Scene/Onboarding/Welcome/View/Pages/WelcomeContentPageView.swift b/Mastodon/Scene/Onboarding/Welcome/View/Pages/WelcomeContentPageView.swift index cea0c56b9..843a9ddab 100644 --- a/Mastodon/Scene/Onboarding/Welcome/View/Pages/WelcomeContentPageView.swift +++ b/Mastodon/Scene/Onboarding/Welcome/View/Pages/WelcomeContentPageView.swift @@ -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)