From 68a91a32ad98d9d02b4b3a73e2dec0b9d253d9cb Mon Sep 17 00:00:00 2001 From: MantashaNoyela Date: Mon, 17 Mar 2025 06:42:59 -0700 Subject: [PATCH] Moved the dark mode to settings bar --- app/index.tsx | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/app/index.tsx b/app/index.tsx index 3d940b8..20658de 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -89,24 +89,28 @@ const IndexScreen: React.FC = () => { return ( -
-
+ {isSettingsVisible && ( +
+
+ )} {isSettingsVisible && (