From c9f199413b018efcbd9d8d2a58dd05eb41e7acb7 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 17 Jan 2025 01:01:24 +0000 Subject: [PATCH] fix gap --- src/screens/Feeds/VibeScreen.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/screens/Feeds/VibeScreen.tsx b/src/screens/Feeds/VibeScreen.tsx index 6b79f169bb..6a104d03d4 100644 --- a/src/screens/Feeds/VibeScreen.tsx +++ b/src/screens/Feeds/VibeScreen.tsx @@ -543,7 +543,14 @@ function Overlay({ + style={[ + a.w_full, + a.px_xl, + a.py_sm, + a.gap_md, + a.pb_3xl, + {marginBottom: tokens.space.xl * -1}, + ]}> @@ -819,6 +826,8 @@ function Scrubber({ a.pt_sm, a.justify_end, {paddingBottom: insets.bottom}, + a.relative, + a.z_10, ]}>