From bd1ad7175cbd8797423395b79d6ad3fe628fc708 Mon Sep 17 00:00:00 2001 From: Kerry Ritter Date: Wed, 29 Jun 2022 09:44:03 -0500 Subject: [PATCH] Remove the mode Ionic config --- components/AppShell.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/AppShell.jsx b/components/AppShell.jsx index 623afe4..240c8c4 100644 --- a/components/AppShell.jsx +++ b/components/AppShell.jsx @@ -7,9 +7,7 @@ import Menu from './Menu'; import Tabs from './pages/Tabs'; -setupIonicReact({ - mode: 'md' -}); +setupIonicReact({}); window.matchMedia("(prefers-color-scheme: dark)").addListener(async (status) => { try {