Bump blur radius
This commit is contained in:
@@ -149,7 +149,7 @@ export function VideoPostCard({
|
|||||||
source={{uri: thumbnail}}
|
source={{uri: thumbnail}}
|
||||||
style={[a.w_full, a.h_full, {opacity: pressed ? 0.8 : 1}]}
|
style={[a.w_full, a.h_full, {opacity: pressed ? 0.8 : 1}]}
|
||||||
accessibilityIgnoresInvertColors
|
accessibilityIgnoresInvertColors
|
||||||
blurRadius={40}
|
blurRadius={100}
|
||||||
/>
|
/>
|
||||||
<MediaInsetBorder />
|
<MediaInsetBorder />
|
||||||
<View
|
<View
|
||||||
@@ -425,7 +425,7 @@ export function CompactVideoPostCard({
|
|||||||
source={{uri: thumbnail}}
|
source={{uri: thumbnail}}
|
||||||
style={[a.w_full, a.h_full, {opacity: pressed ? 0.8 : 1}]}
|
style={[a.w_full, a.h_full, {opacity: pressed ? 0.8 : 1}]}
|
||||||
accessibilityIgnoresInvertColors
|
accessibilityIgnoresInvertColors
|
||||||
blurRadius={40}
|
blurRadius={100}
|
||||||
/>
|
/>
|
||||||
<MediaInsetBorder />
|
<MediaInsetBorder />
|
||||||
<View
|
<View
|
||||||
|
|||||||
@@ -936,7 +936,7 @@ function VideoItemPlaceholder({
|
|||||||
style,
|
style,
|
||||||
]}
|
]}
|
||||||
contentFit={contentFit}
|
contentFit={contentFit}
|
||||||
blurRadius={blur ? 40 : 0}
|
blurRadius={blur ? 100 : 0}
|
||||||
/>
|
/>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user