From 5b3aad9ad6bea0cedd6820f3ea65d9f117d61a63 Mon Sep 17 00:00:00 2001 From: sinkyoungdeok Date: Thu, 30 May 2024 02:09:32 +0900 Subject: [PATCH] =?UTF-8?q?[KAN-115]=20=ED=9A=8C=EC=9B=90=EA=B0=80?= =?UTF-8?q?=EC=9E=85,=20=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20=EC=9E=AC?= =?UTF-8?q?=EC=84=A4=EC=A0=95,=20=EC=9D=B4=EB=A9=94=EC=9D=BC=20=EC=A0=84?= =?UTF-8?q?=EC=86=A1=20=EB=93=B1=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=9D=BC?= =?UTF-8?q?=EB=B6=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/svg.js | 36 +++++++++++++++++++---- src/screens/signup/CheckEmailScreen.js | 17 ++++++----- src/screens/signup/CheckEmailScreen2.js | 19 +++++++----- src/screens/signup/FindPasswordScreen.js | 17 ++++++----- src/screens/signup/ProfileSetScreen.js | 22 ++++++++------ src/screens/signup/ResetPasswordScreen.js | 17 ++++++----- src/screens/signup/SignupScreen.js | 19 +++++++----- 7 files changed, 96 insertions(+), 51 deletions(-) diff --git a/src/assets/svg.js b/src/assets/svg.js index b086a98..cfd0776 100644 --- a/src/assets/svg.js +++ b/src/assets/svg.js @@ -212,11 +212,37 @@ export const svgXml = { `, camera: ` - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + `, phone: ` diff --git a/src/screens/signup/CheckEmailScreen.js b/src/screens/signup/CheckEmailScreen.js index 4975481..e322944 100644 --- a/src/screens/signup/CheckEmailScreen.js +++ b/src/screens/signup/CheckEmailScreen.js @@ -164,18 +164,21 @@ const styles = StyleSheet.create({ }, samllText: { color: COLOR_TEXT70GRAY, - fontSize: 12, - fontWeight: 'normal', + fontSize: 14, textAlign: 'center', paddingVertical: 4, + fontWeight: 'bold', + marginBottom: 8, }, textinputBox: { - padding: 0, - fontSize: 15, - height: 45, + height: 50, + borderColor: '#F8F8F8', + borderWidth: 1, + borderRadius: 5, + paddingHorizontal: 15, + backgroundColor: '#F8F8F8', + fontSize: 16, width: '100%', - borderBottomWidth: 0.5, - borderBottomColor: COLOR_TEXT70GRAY, }, showButton: { position: 'absolute', diff --git a/src/screens/signup/CheckEmailScreen2.js b/src/screens/signup/CheckEmailScreen2.js index f38029e..1665f87 100644 --- a/src/screens/signup/CheckEmailScreen2.js +++ b/src/screens/signup/CheckEmailScreen2.js @@ -148,22 +148,25 @@ const styles = StyleSheet.create({ }, samllText: { color: COLOR_TEXT70GRAY, - fontSize: 12, - fontWeight: 'normal', + fontSize: 14, textAlign: 'center', paddingVertical: 4, + fontWeight: 'bold', + marginBottom: 8, }, textinputBox: { - padding: 0, - fontSize: 15, - height: 45, + height: 50, + borderColor: '#F8F8F8', + borderWidth: 1, + borderRadius: 5, + paddingHorizontal: 15, + backgroundColor: '#F8F8F8', + fontSize: 16, width: '100%', - borderBottomWidth: 0.5, - borderBottomColor: COLOR_TEXT70GRAY, }, showButton: { position: 'absolute', - right: 0, + right: 10, bottom: 8, padding: 5, // backgroundColor: 'red', diff --git a/src/screens/signup/FindPasswordScreen.js b/src/screens/signup/FindPasswordScreen.js index 35a8b29..aa3bde4 100644 --- a/src/screens/signup/FindPasswordScreen.js +++ b/src/screens/signup/FindPasswordScreen.js @@ -124,18 +124,21 @@ const styles = StyleSheet.create({ }, samllText: { color: COLOR_TEXT70GRAY, - fontSize: 12, - fontWeight: 'normal', + fontSize: 14, textAlign: 'center', paddingVertical: 4, + fontWeight: 'bold', + marginBottom: 8, }, textinputBox: { - padding: 0, - fontSize: 15, - height: 45, + height: 50, + borderColor: '#F8F8F8', + borderWidth: 1, + borderRadius: 5, + paddingHorizontal: 15, + backgroundColor: '#F8F8F8', + fontSize: 16, width: '100%', - borderBottomWidth: 0.5, - borderBottomColor: COLOR_TEXT70GRAY, }, showButton: { position: 'absolute', diff --git a/src/screens/signup/ProfileSetScreen.js b/src/screens/signup/ProfileSetScreen.js index 2189e1f..eff5ded 100644 --- a/src/screens/signup/ProfileSetScreen.js +++ b/src/screens/signup/ProfileSetScreen.js @@ -83,6 +83,7 @@ export default function ProfileSetScreen(props) { navigation.navigate('BottomTab'); } catch (error) { console.log('Error:', error); + console.log('Error response:', error.response.data); } }; @@ -153,7 +154,7 @@ export default function ProfileSetScreen(props) { style={{width: 150, height: 150, borderRadius: 75}} /> ) : ( - + )} @@ -172,7 +173,7 @@ export default function ProfileSetScreen(props) { - +