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