fix padding

This commit is contained in:
ammarahm-ed
2020-12-01 11:19:29 +05:00
parent b6984121fd
commit 22421b692e

View File

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