mobile: consistent dark theme as desktop

This commit is contained in:
talksik
2026-04-30 17:46:09 -07:00
parent 424f27737b
commit 13d3df2b51
8 changed files with 74 additions and 45 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default function App() {
<RootNavigator />
</NavigationContainer>
<Toaster />
<StatusBar style="auto" />
<StatusBar style="light" />
</SafeAreaProvider>
</PusherProvider>
</QueryClientProvider>