2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Make blurry-view lighter (#690)

This commit is contained in:
Nathan Mattes 2023-01-07 13:15:25 +01:00
parent 1aa3a20997
commit 8ff47a72d0

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)