reduce padding on video overlay (#7617)
This commit is contained in:
@@ -756,7 +756,7 @@ function Overlay({
|
|||||||
'rgba(0,0,0,0.95)',
|
'rgba(0,0,0,0.95)',
|
||||||
]}
|
]}
|
||||||
style={[a.w_full, a.pt_md]}>
|
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]}>
|
<View style={[a.w_full, a.flex_row, a.align_center, a.gap_md]}>
|
||||||
<Link
|
<Link
|
||||||
label={_(
|
label={_(
|
||||||
|
|||||||
Reference in New Issue
Block a user