blur uses radius instead of intensity

This commit is contained in:
Michael Freno
2025-12-05 11:31:52 -05:00
parent 3eb5b12240
commit 7883f914d9
11 changed files with 136 additions and 144 deletions

View File

@@ -25,7 +25,7 @@ function ScrollableContentExample.new()
justifyContent = "center",
alignItems = "center",
gap = 10,
backdropBlur = { intensity = 50, quality = 10 },
backdropBlur = { radius = 20, quality = 10 },
backgroundColor = Color.new(0.1, 0.1, 0.1, 0.8),
})