aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/bookmarks/BookmarkList.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-05-06 19:37:11 +0100
committerMohamedBassem <me@mbassem.com>2024-05-12 14:00:00 +0100
commite6c9ef4215257eef6afbac7834a58c025fe0d303 (patch)
tree5ca796c576a6da6680fea4864b0056f63432b4b6 /apps/mobile/components/bookmarks/BookmarkList.tsx
parentecfcba5aaa3cba474eef9ddae6c02735c93391bc (diff)
downloadkarakeep-e6c9ef4215257eef6afbac7834a58c025fe0d303.tar.zst
ui(mobile): Add horizontal margins to the bookmark cards
Diffstat (limited to 'apps/mobile/components/bookmarks/BookmarkList.tsx')
-rw-r--r--apps/mobile/components/bookmarks/BookmarkList.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/components/bookmarks/BookmarkList.tsx b/apps/mobile/components/bookmarks/BookmarkList.tsx
index f24143a7..6eabe4d4 100644
--- a/apps/mobile/components/bookmarks/BookmarkList.tsx
+++ b/apps/mobile/components/bookmarks/BookmarkList.tsx
@@ -32,6 +32,7 @@ export default function BookmarkList({
ListHeaderComponent={header}
contentContainerStyle={{
gap: 15,
+ marginHorizontal: 15,
marginBottom: 15,
}}
renderItem={(b) => <BookmarkCard bookmark={b.item} />}