frontend: force app to be in light mode

Pedro Lucas Porcellis porcellis@eletrotupi.com 1 month ago f26c84782052d993056094fa1fb5316c77232b59
Parents: ad35690
1 file(s) changed
  • frontend/app.json +1 -1
frontend/app.json
@@ -6,7 +6,7 @@ "version": "1.0.0",
6 6 "orientation": "portrait",
7 7 "icon": "./assets/images/icon.png",
8 8 "scheme": "orbit",
9 - "userInterfaceStyle": "automatic",
9 + "userInterfaceStyle": "light",
10 10 "newArchEnabled": true,
11 11 "android": {
12 12 "adaptiveIcon": {