about summary refs log tree commit diff
path: root/src/App.native.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-30 21:13:34 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-30 21:13:34 -0500
commit421f29ad980e73454f7812e79bff852f362b643e (patch)
treeb5f67e7099db815b8f03c7229b94eeb990e52180 /src/App.native.tsx
parente224569a11b82361d782324a63bdfc19d44a3201 (diff)
parent2413549fa5ae77c1d0ca3d91cf43c2ef41c35d63 (diff)
downloadvoidsky-421f29ad980e73454f7812e79bff852f362b643e.tar.zst
Merge branch 'ericvolp12-inherit_system_theme' into main
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r--src/App.native.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx
index 66722dc15..afab82368 100644
--- a/src/App.native.tsx
+++ b/src/App.native.tsx
@@ -51,7 +51,7 @@ const App = observer(() => {
     return null
   }
   return (
-    <ThemeProvider theme={rootStore.shell.darkMode ? 'dark' : 'light'}>
+    <ThemeProvider theme={rootStore.shell.colorMode}>
       <RootSiblingParent>
         <analytics.Provider>
           <RootStoreProvider value={rootStore}>