Skip to content

Commit

Permalink
reduce padding on video overlay (#7617)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Feb 3, 2025
1 parent 1ec0d11 commit b27a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/VideoFeed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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={_(
Expand Down

0 comments on commit b27a11c

Please # to comment.