From 370eee95e0159dfaa1e1b028ffdb7a18abc2f83c Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 13 Sep 2021 09:56:14 +0500 Subject: [PATCH] fix margin between topic items on notebook item --- apps/mobile/src/components/NotebookItem/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/mobile/src/components/NotebookItem/index.js b/apps/mobile/src/components/NotebookItem/index.js index cb7aaeb00..c5b512f38 100644 --- a/apps/mobile/src/components/NotebookItem/index.js +++ b/apps/mobile/src/components/NotebookItem/index.js @@ -101,7 +101,8 @@ export const NotebookItem = ({item, isTopic = false, notebookID, isTrash}) => { borderWidth: 0.5, borderColor: colors.icon, paddingHorizontal: 6, - marginVertical:5 + marginVertical:5, + marginRight:5 }} onPress={() => navigateToTopic(topic)} />