From a5958a3f970631581c0916f99e4089bf4b090b2f Mon Sep 17 00:00:00 2001 From: teamomiamigo Date: Wed, 6 Nov 2024 11:24:04 -0600 Subject: [PATCH] adding comments to document code more --- lib/screens/MorePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/screens/MorePage.tsx b/lib/screens/MorePage.tsx index 28c0409..c88f061 100644 --- a/lib/screens/MorePage.tsx +++ b/lib/screens/MorePage.tsx @@ -142,11 +142,11 @@ export default function MorePage() { meaningful discussions. - {/* use theme object in theme.text to apply colors to text */} - {isDarkmode ? "Dark Mode" : "Light Mode"} + {isDarkmode ? "Dark Mode" : "Light Mode"} + {/* Use theme object in theme.primaryColor to apply colors to the switch */}