From 8ff47a72d0a0546febdc46fad9cb5fbb84693222 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Sat, 7 Jan 2023 13:15:25 +0100 Subject: [PATCH] Make blurry-view lighter (#690) --- .../Onboarding/Welcome/View/Pages/WelcomeContentPageView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)