From 15429133d89923f55d763713d94c5e9435b8ce13 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Tue, 24 Aug 2021 09:54:34 +0900 Subject: [PATCH] revert cache test change --- app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, })