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 */}