From 50235bc304db2e309d2de63452f301139fc3f9cc Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 13 Apr 2023 22:31:47 +0200 Subject: Change colors Fix bug in Options.js Add License Add node version --- App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'App.js') diff --git a/App.js b/App.js index ac60ce3..7e4caf5 100644 --- a/App.js +++ b/App.js @@ -21,7 +21,7 @@ function App() { title: 'Notes list', headerRight: () => window.navigation.navigate("options")}>, headerStyle: { - backgroundColor: '#ff0000', + backgroundColor: '#ff5a5a', }, headerTintColor: '#ffffff', headerTitleStyle: { @@ -31,7 +31,7 @@ function App() {