diff --git a/app/App.tsx b/app/App.tsx index c1f2580..c002262 100644 --- a/app/App.tsx +++ b/app/App.tsx @@ -30,7 +30,7 @@ const App = () => ( const styles = StyleSheet.create({ appContainer: { flex: 1, - backgroundColor: colors.gradient.high, + backgroundColor: 'green', // change test }, })