Update search on Gif select component to add small padding to match other search experiences

This commit is contained in:
Anastasiya Uraleva
2025-08-27 21:23:32 -07:00
parent eeeeda3495
commit cc4acae758
2 changed files with 3 additions and 16 deletions
+2 -11
View File
@@ -146,19 +146,10 @@ function GifList({
a.flex_row,
a.align_center,
!gtMobile && web(a.gap_md),
a.pb_sm,
]}>
{/* cover top corners */}
<View
style={[
a.absolute,
a.inset_0,
{
borderBottomLeftRadius: 8,
borderBottomRightRadius: 8,
},
t.atoms.bg,
]}
/>
<View style={[a.absolute, a.inset_0, t.atoms.bg]} />
{!gtMobile && isWeb && (
<Button