diff --git a/src/components/form/NudgeSuspiciousFeedbackBottomSheet.tsx b/src/components/form/NudgeSuspiciousFeedbackBottomSheet.tsx index 9d7b698a..1ad0b5ef 100644 --- a/src/components/form/NudgeSuspiciousFeedbackBottomSheet.tsx +++ b/src/components/form/NudgeSuspiciousFeedbackBottomSheet.tsx @@ -48,11 +48,9 @@ const NudgeSuspiciousFeedbackBottomSheet: React.FC Your location differs from the customer's location. Are you sure you wish to continue? - + - - Tip:{' '} - + Tip: For accurate feedback capturing, kindly complete the feedback form from the customer's location. @@ -72,7 +70,7 @@ const NudgeSuspiciousFeedbackBottomSheet: React.FC @@ -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,