diff options
Diffstat (limited to 'apps/mobile/app/dashboard/(tabs)/search.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/(tabs)/search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/dashboard/(tabs)/search.tsx b/apps/mobile/app/dashboard/(tabs)/search.tsx index 0025262e..043dffab 100644 --- a/apps/mobile/app/dashboard/(tabs)/search.tsx +++ b/apps/mobile/app/dashboard/(tabs)/search.tsx @@ -27,7 +27,7 @@ export default function Search() { autoFocus autoCapitalize="none" /> - <Divider orientation="horizontal" className="mb-1 mt-4 w-full" /> + <Divider orientation="horizontal" className="mt-4 w-full" /> {data && <BookmarkList ids={data.bookmarks.map((b) => b.id)} />} </View> ); |
