fix padding

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

View File

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