Merge pull request #8923 from internet-development/@APiligrim/update-gif-select

Update: search on Gif select component to add small padding to match other search experiences
This commit is contained in:
jim
2025-09-02 22:21:16 -07:00
committed by GitHub
+2 -13
View File
@@ -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"