From 49b0e3e35d09b9fe3370865ccb2c310e96a04955 Mon Sep 17 00:00:00 2001 From: clissossi <85489499+clissossi@users.noreply.github.com> Date: Fri, 16 Sep 2022 22:10:01 +0200 Subject: [PATCH] Update App.js --- App.js | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/App.js b/App.js index 278424a..f0cb817 100644 --- a/App.js +++ b/App.js @@ -46,7 +46,9 @@ const Section = ({children, title}): Node => { style={[ styles.sectionDescription, { - color: isDarkMode ? Colors.light : Colors.dark, + color: isDarkMode ? + Colors.light + : Colors.dark, }, ]}> {children} @@ -64,27 +66,38 @@ const App: () => Node = () => { return ( - +
-
- Edit App.js to change this - screen and then come back to see your edits. +
+ Edit + App.js to change this + screen and then + come back to see your edits.
-
+
-
+
-
- Read the docs to discover what to do next: +
+ Read the docs + to discover what to do next: