moonyeju
2023-11-14
[FIX] test 코드수정
@aeb273338bed3c3a297151a5b13816a0d8d6e924
--- src/color.js
+++ src/color.js
... | ... | @@ -3,4 +3,4 @@ |
3 | 3 |
export const BLACK = '#000000'; |
4 | 4 |
export const RED = '#ff0000'; |
5 | 5 |
export const WHITE = '#ffffff'; |
6 |
-export const PRIMERY = '#16A695'; |
|
6 |
+export const PRIMERY = '#16A695'; //메인 색 -> 여기서 수정하면 모든 메인색깔 바꿀 수 있음. |
--- src/screens/Main.js
+++ src/screens/Main.js
... | ... | @@ -171,8 +171,8 @@ |
171 | 171 |
<View style={styles.container}> |
172 | 172 |
<Button |
173 | 173 |
title={isDrivingStarted ? '운행 종료' : '운행 시작'} |
174 |
- // onPress={handleStartDriving} |
|
175 |
- onPress={toggleModal} |
|
174 |
+ onPress={handleStartDriving} |
|
175 |
+ // onPress={toggleModal} |
|
176 | 176 |
color={WHITE} |
177 | 177 |
width={'100%'} |
178 | 178 |
textAlign={'center'} |
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?