fix blur workaround not working with --no-dev

This commit is contained in:
Oleksii Bulenok
2026-07-06 12:38:27 +02:00
parent ea6350027d
commit a211101008
+1 -1
View File
@@ -126,7 +126,7 @@ export function Splash(props: React.PropsWithChildren<Props>) {
opacity: interpolate(
outroAppOpacity.get(),
[0, 0.1, 0.2, 1],
[0.01, 0.02, 1, 1], // first two values cant be 0 for the iOS blur/glass effects to work, the values obtained by trial and error
[0.02, 0.02, 1, 1], // first two values cant be 0 for the iOS blur/glass effects to work, the values obtained by trial and error
'clamp',
),
}