TP-32558 | Review comment Fix | Himanshu Kansal
This commit is contained in:
@@ -48,11 +48,9 @@ const NudgeSuspiciousFeedbackBottomSheet: React.FC<INudgeSuspiciousFeedbackBotto
|
||||
<Text style={[styles.bodyText, GenericStyles.mb20]}>
|
||||
Your location differs from the customer's location. Are you sure you wish to continue?
|
||||
</Text>
|
||||
<View style={[styles.tipContainer]}>
|
||||
<View style={styles.tipContainer}>
|
||||
<Text style={styles.tipText}>
|
||||
<Text style={[styles.tipText, { color: COLORS.TEXT.DARK, fontWeight: '700' }]}>
|
||||
Tip:{' '}
|
||||
</Text>
|
||||
<Text style={[styles.tipText, styles.boldTipText]}>Tip: </Text>
|
||||
For accurate feedback capturing, kindly complete the feedback form from the customer's
|
||||
location.
|
||||
</Text>
|
||||
@@ -72,7 +70,7 @@ const NudgeSuspiciousFeedbackBottomSheet: React.FC<INudgeSuspiciousFeedbackBotto
|
||||
disabled={successBtnLoader}
|
||||
title="Submit anyways"
|
||||
onPress={successCallbackFn}
|
||||
style={[GenericStyles.fill]}
|
||||
style={GenericStyles.fill}
|
||||
testID={'test_submit_anyway_btn'}
|
||||
/>
|
||||
</View>
|
||||
@@ -108,6 +106,10 @@ const styles = StyleSheet.create({
|
||||
paddingVertical: 8,
|
||||
marginBottom: 16,
|
||||
},
|
||||
boldTipText: {
|
||||
color: COLORS.TEXT.DARK,
|
||||
fontWeight: '700',
|
||||
},
|
||||
tipText: {
|
||||
color: COLORS.TEXT.BLACK,
|
||||
fontSize: 12,
|
||||
|
||||
Reference in New Issue
Block a user