improve user experience

This commit is contained in:
ammarahm-ed
2019-12-11 15:20:18 +05:00
parent d44285c4a0
commit 58071b3605
12 changed files with 92 additions and 39 deletions

View File

@@ -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,