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