Skip to content

Commit 944be9e

Browse files
authored
Update README.md
1 parent b8b723f commit 944be9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import VisualEffectView
6868

6969
struct ContentView: View {
7070
var body: some View {
71-
VisualEffect(colorTint: .white, colorTintAlpha: 0.5, blurRadius: 18, scale: 1)
71+
VisualEffect(colorTint: .white, colorTintAlpha: 0.5, blurRadius: 10, scale: 1)
7272
}
7373
}
7474
```

0 commit comments

Comments
 (0)