resend OTP - done

This commit is contained in:
2025-06-26 12:07:52 +05:30
parent fb0c62e0dc
commit 3096ec0333
2 changed files with 60 additions and 4 deletions
+16
View File
@@ -81,5 +81,21 @@ export const styles = StyleSheet.create({
color: '#aaa',
fontSize: 18,
},
resendText: {
color: GlobalTheme.colors.primary,
fontWeight: 'bold',
fontSize: 14,
marginTop: 20,
textAlign: 'center',
},
timerText: {
color: 'gray',
fontSize: 14,
marginTop: 20,
textAlign: 'center',
},
resendOTP:{
color: GlobalTheme.colors.secondary, fontWeight: GlobalTheme.typography.fontWeight.medium , fontSize : GlobalTheme.typography.fontSize.small
}
});