There was an error while loading. Please reload this page.
1 parent b8b723f commit 944be9eCopy full SHA for 944be9e
1 file changed
README.md
@@ -68,7 +68,7 @@ import VisualEffectView
68
69
struct ContentView: View {
70
var body: some View {
71
- VisualEffect(colorTint: .white, colorTintAlpha: 0.5, blurRadius: 18, scale: 1)
+ VisualEffect(colorTint: .white, colorTintAlpha: 0.5, blurRadius: 10, scale: 1)
72
}
73
74
```
0 commit comments