From 4490a12dd90ed3db8118df28c71730e079235e70 Mon Sep 17 00:00:00 2001 From: moist-webDev Date: Mon, 22 May 2023 21:22:55 -0400 Subject: [PATCH] changed backgound color --- App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' } });