revert cache test change

This commit is contained in:
austinried 2021-08-24 09:54:34 +09:00
parent b023b7c806
commit 15429133d8

View File

@ -30,7 +30,7 @@ const App = () => (
const styles = StyleSheet.create({
appContainer: {
flex: 1,
backgroundColor: 'green', // change test
backgroundColor: colors.gradient.high,
},
})