diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-15 00:16:02 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-15 00:23:27 +0000 |
| commit | 5953ef044e211085dbc6e3f779200bda4d9ae8bd (patch) | |
| tree | 5778e607bc7f192bd46f6e5094e1e42e3de5bdc4 /apps/mobile/app/dashboard/(tabs)/search.tsx | |
| parent | 4691c63466ed532edc6f727a4e08f159f9a2d790 (diff) | |
| download | karakeep-5953ef044e211085dbc6e3f779200bda4d9ae8bd.tar.zst | |
mobile: Revert the margins around the cards
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> ); |
