chore: ios window background color [skip e2e]

This commit is contained in:
Aman Harwara
2023-11-02 16:06:29 +05:30
parent 4260c1ec4a
commit 6fdd8b3729
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
BOOL success = [super application:application didFinishLaunchingWithOptions:launchOptions]; BOOL success = [super application:application didFinishLaunchingWithOptions:launchOptions];
if (success) { if (success) {
self.window.rootViewController.view.backgroundColor = [UIColor colorWithWhite:0.0 alpha:1.0]; self.window.rootViewController.view.backgroundColor = [UIColor colorWithWhite:0.0 alpha:1.0];
self.window.backgroundColor = [UIColor colorWithWhite:0.0 alpha:1.0];
} }
return success; return success;
} }

View File

@@ -3,7 +3,7 @@
"version": "3.181.10", "version": "3.181.10",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "dist/app.js", "main": "dist/app.js",
"author": "Standard Notes.", "author": "Standard Notes",
"private": true, "private": true,
"files": [ "files": [
"dist" "dist"