From 408984d9325f12937ac5747505370dec26e46d3f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 13 Mar 2024 12:13:38 +0000 Subject: mobile: Add borders and padding to the cards --- packages/mobile/app/dashboard/(tabs)/index.tsx | 8 +------- packages/mobile/app/dashboard/(tabs)/search.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'packages/mobile/app') diff --git a/packages/mobile/app/dashboard/(tabs)/index.tsx b/packages/mobile/app/dashboard/(tabs)/index.tsx index 28fa39de..07516f3b 100644 --- a/packages/mobile/app/dashboard/(tabs)/index.tsx +++ b/packages/mobile/app/dashboard/(tabs)/index.tsx @@ -1,11 +1,5 @@ -import { View } from "react-native"; - import BookmarkList from "@/components/bookmarks/BookmarkList"; export default function Home() { - return ( - - - - ); + return ; } diff --git a/packages/mobile/app/dashboard/(tabs)/search.tsx b/packages/mobile/app/dashboard/(tabs)/search.tsx index 0cc16716..980cab36 100644 --- a/packages/mobile/app/dashboard/(tabs)/search.tsx +++ b/packages/mobile/app/dashboard/(tabs)/search.tsx @@ -4,6 +4,7 @@ import { View } from "react-native"; import { useDebounce } from "use-debounce"; import BookmarkList from "@/components/bookmarks/BookmarkList"; +import { Divider } from "@/components/ui/Divider"; import { Input } from "@/components/ui/Input"; import { api } from "@/lib/trpc"; @@ -18,15 +19,16 @@ export default function Search() { ); return ( - + + {data && b.id)} />} ); -- cgit v1.2.3-70-g09d2