diff options
Diffstat (limited to 'src/screens/VideoFeed/index.tsx')
-rw-r--r-- | src/screens/VideoFeed/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 743ca5b40..88a83b45c 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -756,7 +756,7 @@ function Overlay({ 'rgba(0,0,0,0.95)', ]} style={[a.w_full, a.pt_md]}> - <Animated.View style={[a.px_xl, animatedStyle]}> + <Animated.View style={[a.px_md, animatedStyle]}> <View style={[a.w_full, a.flex_row, a.align_center, a.gap_md]}> <Link label={_( |