mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
improve user experience
This commit is contained in:
@@ -120,6 +120,8 @@ export const AddNotebookDialog = ({visible, close}) => {
|
||||
<Modal
|
||||
visible={visible}
|
||||
transparent={true}
|
||||
animated
|
||||
animationType="fade"
|
||||
onRequestClose={() => (refs = [])}>
|
||||
<View
|
||||
style={{
|
||||
@@ -131,9 +133,10 @@ export const AddNotebookDialog = ({visible, close}) => {
|
||||
}}>
|
||||
<View
|
||||
style={{
|
||||
...getElevation(5),
|
||||
width: '80%',
|
||||
maxHeight: 350,
|
||||
elevation: 5,
|
||||
|
||||
borderRadius: 5,
|
||||
backgroundColor: colors.bg,
|
||||
paddingHorizontal: ph,
|
||||
|
||||
Reference in New Issue
Block a user