mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add placeholders in empty lists
This commit is contained in:
@@ -39,7 +39,7 @@ export const Menu = ({close = () => {}, hide, update = () => {}}) => {
|
||||
height: 2,
|
||||
width: '100%',
|
||||
marginBottom: 5,
|
||||
marginTop: Platform.OS == 'ios' ? h * 0.01 : h * 0.03,
|
||||
marginTop: Platform.OS == 'ios' ? 0 : 45,
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user