mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
fix margin between topic items on notebook item
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user