frontend: force app to be in light mode
Parents:
ad356901 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": {