moonyeju 2023-11-14
[CHORE] modal 메시지 수정, login logo수정
@8594bb6e76bf8a2417eb19c3ed7b023357494eb3
src/component/Action.js
--- src/component/Action.js
+++ src/component/Action.js
@@ -128,7 +128,7 @@
       <ModalComponent
         isVisible={isModalVisible}
         toggleModal={toggleModal}
-        alertTitle="안개 발생 알람"
+        alertTitle="안개 발생 알림"
         alertMessage="전방에 안개가 발생하였습니다."
       />
     </View>
src/component/Photo.js
--- src/component/Photo.js
+++ src/component/Photo.js
@@ -126,7 +126,7 @@
     <ModalComponent
       isVisible={isModalVisible}
       toggleModal={toggleModal}
-      alertTitle="안개 발생 알람"
+      alertTitle="안개 발생 알림"
       alertMessage="전방에 안개가 발생하였습니다."
     />
   );
src/resoureces/files/images/login_logo_1.png (Binary)
--- src/resoureces/files/images/login_logo_1.png
+++ src/resoureces/files/images/login_logo_1.png
Binary file is not shown
src/resoureces/files/images/login_logo_2.png (Binary)
--- src/resoureces/files/images/login_logo_2.png
+++ src/resoureces/files/images/login_logo_2.png
Binary file is not shown
 
src/resoureces/files/images/splash_logo_1.png (Binary) (deleted)
--- src/resoureces/files/images/splash_logo_1.png
Binary file is not shown
 
src/resoureces/files/images/splash_logo_2.png (Binary) (deleted)
--- src/resoureces/files/images/splash_logo_2.png
Binary file is not shown
src/screens/Login.js
--- src/screens/Login.js
+++ src/screens/Login.js
@@ -21,7 +21,7 @@
       <View style={container}>
         <View style={styles.loginLogo}>
           <Image
-            source={require('../resoureces/files/images/login_logo.png')}
+            source={require('../resoureces/files/images/login_logo_2.png')}
             style={styles.image1}
           />
         </View>
@@ -63,9 +63,11 @@
     flex: 1,
   },
   loginLogo: {
+    // backgroundColor: PRIMERY,
     justifyContent: 'center',
     alignItems: 'center',
     flex: 1,
+    // marginTop: 40,
   },
   image1: {
     width: '110%',
src/screens/Main.js
--- src/screens/Main.js
+++ src/screens/Main.js
@@ -199,7 +199,7 @@
       <ModalComponent
         isVisible={isModalVisible}
         toggleModal={toggleModal}
-        alertTitle="폭우 발생 알람"
+        alertTitle="폭우 발생 알림"
         alertMessage="폭우가 발생하였습니다."
       />
     </View>
Add a comment
List