diff --git a/src/FLAD/assets/images/Flady.gif b/src/FLAD/assets/images/Flady.gif
new file mode 100644
index 0000000..f61ea1b
Binary files /dev/null and b/src/FLAD/assets/images/Flady.gif differ
diff --git a/src/FLAD/components/Onboarding.tsx b/src/FLAD/components/Onboarding.tsx
index 149dd95..397dca3 100644
--- a/src/FLAD/components/Onboarding.tsx
+++ b/src/FLAD/components/Onboarding.tsx
@@ -81,7 +81,7 @@ export default function Onboarding() {
{handleModal(); navigation.navigate('Register');}}>
S’INSCRIRE MAINTENANT
-
+
{handleModal(); navigation.navigate('Login');}}>
SE CONNECTER
@@ -191,8 +191,8 @@ const styles = StyleSheet.create({
bottom: normalize(46)
},
mascot: {
- width: normalize(150),
- height: normalize(150),
+ width: normalize(130),
+ height: normalize(130),
position: 'absolute',
bottom: normalize(140),
right: normalize(0)
diff --git a/src/FLAD/screens/SettingProfil.tsx b/src/FLAD/screens/SettingProfil.tsx
index cb963be..8a61089 100644
--- a/src/FLAD/screens/SettingProfil.tsx
+++ b/src/FLAD/screens/SettingProfil.tsx
@@ -122,17 +122,17 @@ export default function SettingProfil() {
-
- Ancien
-
+
+ Ancien
+
-
- Nouveau
-
+
+ Nouveau
+
-
- Confirmer
-
+
+ Confirmer
+
@@ -314,10 +314,42 @@ const styles = StyleSheet.create({
},
bodyModal: {
paddingVertical: 12,
- paddingHorizontal: 10,
+ paddingLeft: 30,
marginHorizontal: normalize(25),
backgroundColor: "#232123",
borderRadius: 13,
alignItems: 'flex-start'
+ },
+ optionModalWithUnderline: {
+ flexDirection: 'row',
+ borderBottomWidth: 1,
+ borderColor: '#403F3F',
+ paddingBottom: 10,
+ marginBottom: 10
+ },
+ optionModal: {
+ flexDirection: 'row'
+ },
+ textOptionModal: {
+ fontSize: normalize(18),
+ color: 'white',
+ fontWeight: 'bold',
+ },
+ textInputNewModal: {
+ marginLeft: 40,
+ color: 'white',
+ width: '67.5%',
+ fontSize: normalize(18)
+ },
+ textInputConfirmModal: {
+ marginLeft: 30,
+ color: 'white',
+ fontSize: normalize(18)
+ },
+ textInputOldModal: {
+ marginLeft: 55,
+ color: 'white',
+ width: '67.5%',
+ fontSize: normalize(18)
}
})
\ No newline at end of file