TP-66615 | Agent Id Card (#834)
This commit is contained in:
@@ -55,7 +55,7 @@ const ReviewIdCard = () => {
|
||||
<IdCard />
|
||||
<View style={[GenericStyles.row]}>
|
||||
<Button
|
||||
style={[styles.reTakePhotoBtn]}
|
||||
style={[styles.reTakePhotoBtn, isUploadingImage ? styles.elevation0 : null]}
|
||||
title="Retake photo"
|
||||
variant="secondary"
|
||||
disabled={isUploadingImage}
|
||||
@@ -80,6 +80,9 @@ export const styles = StyleSheet.create({
|
||||
marginRight: 6,
|
||||
elevation: 0.2,
|
||||
},
|
||||
elevation0: {
|
||||
elevation: 0,
|
||||
},
|
||||
sendApprovalBtn: {
|
||||
flex: 1,
|
||||
marginLeft: 6,
|
||||
|
||||
Reference in New Issue
Block a user