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