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
@@ -9,7 +9,7 @@ const config: ExpoConfig = {
orientation: "portrait",
icon: "./assets/icon.png",
scheme: "flowy",
userInterfaceStyle: "automatic",
userInterfaceStyle: "dark",
newArchEnabled: true,
splash: {
image: "./assets/icon.png",