From 6fdd8b37296a0ed22bccbd6369038a77eccad676 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Thu, 2 Nov 2023 16:06:29 +0530 Subject: [PATCH] chore: ios window background color [skip e2e] --- packages/mobile/ios/StandardNotes/AppDelegate.mm | 1 + packages/web/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mobile/ios/StandardNotes/AppDelegate.mm b/packages/mobile/ios/StandardNotes/AppDelegate.mm index 532862710..61285d4a0 100644 --- a/packages/mobile/ios/StandardNotes/AppDelegate.mm +++ b/packages/mobile/ios/StandardNotes/AppDelegate.mm @@ -30,6 +30,7 @@ BOOL success = [super application:application didFinishLaunchingWithOptions:launchOptions]; if (success) { self.window.rootViewController.view.backgroundColor = [UIColor colorWithWhite:0.0 alpha:1.0]; + self.window.backgroundColor = [UIColor colorWithWhite:0.0 alpha:1.0]; } return success; } diff --git a/packages/web/package.json b/packages/web/package.json index fa06043b5..b9e1e3f42 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "version": "3.181.10", "license": "AGPL-3.0", "main": "dist/app.js", - "author": "Standard Notes.", + "author": "Standard Notes", "private": true, "files": [ "dist"