fix blur on image alt text background (#10658)

This commit is contained in:
Spence Pope
2026-06-02 17:01:16 -04:00
committed by GitHub
parent 73dae02df3
commit 0a7c087078
3 changed files with 52 additions and 33 deletions
+5 -1
View File
@@ -230,7 +230,11 @@ function LightboxGallery({
style={[
a.px_4xl,
a.py_2xl,
{backgroundColor: 'rgba(0, 0, 0, 0.45)'},
{
backgroundColor: 'rgba(0, 0, 0, 0.5)',
// @ts-expect-error web only
backdropFilter: 'blur(16px)',
},
delayedFadeInAnim,
]}>
<Pressable