mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
fix padding
This commit is contained in:
@@ -395,7 +395,13 @@ const MoveNoteDialog = () => {
|
||||
)}
|
||||
/>
|
||||
|
||||
<DialogButtons negativeTitle="Cancel" onPressNegative={close} />
|
||||
<View
|
||||
style={{
|
||||
paddingHorizontal: 12,
|
||||
width:"100%"
|
||||
}}>
|
||||
<DialogButtons negativeTitle="Cancel" onPressNegative={close} />
|
||||
</View>
|
||||
</View>
|
||||
<Toast context="local" />
|
||||
</KeyboardAvoidingView>
|
||||
|
||||
Reference in New Issue
Block a user