moonyeju
2023-11-14
[CHORE] modal 메시지 수정, login logo수정
@8594bb6e76bf8a2417eb19c3ed7b023357494eb3
--- src/component/Action.js
+++ src/component/Action.js
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 |
<ModalComponent |
129 | 129 |
isVisible={isModalVisible} |
130 | 130 |
toggleModal={toggleModal} |
131 |
- alertTitle="안개 발생 알람" |
|
131 |
+ alertTitle="안개 발생 알림" |
|
132 | 132 |
alertMessage="전방에 안개가 발생하였습니다." |
133 | 133 |
/> |
134 | 134 |
</View> |
--- src/component/Photo.js
+++ src/component/Photo.js
... | ... | @@ -126,7 +126,7 @@ |
126 | 126 |
<ModalComponent |
127 | 127 |
isVisible={isModalVisible} |
128 | 128 |
toggleModal={toggleModal} |
129 |
- alertTitle="안개 발생 알람" |
|
129 |
+ alertTitle="안개 발생 알림" |
|
130 | 130 |
alertMessage="전방에 안개가 발생하였습니다." |
131 | 131 |
/> |
132 | 132 |
); |
--- 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
+++ src/resoureces/files/images/login_logo_2.png
Binary file is not shown |
--- src/resoureces/files/images/splash_logo_1.png
Binary file is not shown |
--- src/resoureces/files/images/splash_logo_2.png
Binary file is not shown |
--- src/screens/Login.js
+++ src/screens/Login.js
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 |
<View style={container}> |
22 | 22 |
<View style={styles.loginLogo}> |
23 | 23 |
<Image |
24 |
- source={require('../resoureces/files/images/login_logo.png')} |
|
24 |
+ source={require('../resoureces/files/images/login_logo_2.png')} |
|
25 | 25 |
style={styles.image1} |
26 | 26 |
/> |
27 | 27 |
</View> |
... | ... | @@ -63,9 +63,11 @@ |
63 | 63 |
flex: 1, |
64 | 64 |
}, |
65 | 65 |
loginLogo: { |
66 |
+ // backgroundColor: PRIMERY, |
|
66 | 67 |
justifyContent: 'center', |
67 | 68 |
alignItems: 'center', |
68 | 69 |
flex: 1, |
70 |
+ // marginTop: 40, |
|
69 | 71 |
}, |
70 | 72 |
image1: { |
71 | 73 |
width: '110%', |
--- src/screens/Main.js
+++ src/screens/Main.js
... | ... | @@ -199,7 +199,7 @@ |
199 | 199 |
<ModalComponent |
200 | 200 |
isVisible={isModalVisible} |
201 | 201 |
toggleModal={toggleModal} |
202 |
- alertTitle="폭우 발생 알람" |
|
202 |
+ alertTitle="폭우 발생 알림" |
|
203 | 203 |
alertMessage="폭우가 발생하였습니다." |
204 | 204 |
/> |
205 | 205 |
</View> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?