diff --git a/App.tsx b/App.tsx index 0168169..bc2e458 100755 --- a/App.tsx +++ b/App.tsx @@ -80,16 +80,16 @@ export default function App() { - + ); } const styles = StyleSheet.create({ container: { - marginTop: 50, + paddingTop: 50, flex: 1, - backgroundColor: '#fff', + backgroundColor: '#80b', alignItems: 'flex-end', justifyContent: 'flex-start', }, @@ -118,6 +118,6 @@ const styles = StyleSheet.create({ margin: 10, borderWidth: 1, padding: 10, - backgroundColor: '#eee' + backgroundColor: '#70a' } });