about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/components/dialogs/GifSelect.tsx15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/components/dialogs/GifSelect.tsx b/src/components/dialogs/GifSelect.tsx
index 15c1ba26e..fbbc70f11 100644
--- a/src/components/dialogs/GifSelect.tsx
+++ b/src/components/dialogs/GifSelect.tsx
@@ -146,20 +146,9 @@ function GifList({
           a.flex_row,
           a.align_center,
           !gtMobile && web(a.gap_md),
+          a.pb_sm,
+          t.atoms.bg,
         ]}>
-        {/* cover top corners */}
-        <View
-          style={[
-            a.absolute,
-            a.inset_0,
-            {
-              borderBottomLeftRadius: 8,
-              borderBottomRightRadius: 8,
-            },
-            t.atoms.bg,
-          ]}
-        />
-
         {!gtMobile && isWeb && (
           <Button
             size="small"