fix margin between topic items on notebook item

This commit is contained in:
ammarahm-ed
2021-09-13 09:56:14 +05:00
parent 8f0382c8c8
commit 370eee95e0

View File

@@ -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)}
/>