TP-66615 | Agent Id Card (#834)

This commit is contained in:
Mantri Ramkishor
2024-06-17 19:17:40 +05:30
committed by GitHub

View File

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