Redesign profil with datafake for skills

This commit is contained in:
mathysPaul
2023-09-20 17:40:52 +02:00
parent 973f9bf5b3
commit 94a64d16e6
11 changed files with 1376 additions and 458 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ const ChangeEmailForm = ({ onSubmit }: ChangeEmailFormProps) => {
<TextFormField
style={{ marginVertical: 10 }}
isRequired
icon={(size, color) => <Sms size={size} color={color} variant="Bold" />}
icon={Sms}
placeholder={translate('oldEmail')}
value={formData.oldEmail.value}
error={formData.oldEmail.error}
@@ -51,7 +51,7 @@ const ChangeEmailForm = ({ onSubmit }: ChangeEmailFormProps) => {
style={{ marginVertical: 10 }}
isRequired
autoComplete="off"
icon={(size, color) => <Sms size={size} color={color} variant="Bold" />}
icon={Sms}
placeholder={translate('newEmail')}
value={formData.newEmail.value}
error={formData.newEmail.error}