Skip to content

Commit

Permalink
fix: Fixed issue where a brief flash of white would appear when start…
Browse files Browse the repository at this point in the history
…ing the app on mobile
  • Loading branch information
amanharwara committed Oct 31, 2023
1 parent 14ea00d commit 572c9b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/mobile/html/Web.bundle/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
};
</script>
<script src="web-src/app.js"></script>
<style>
body {
background-color: black;
}
</style>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.181.2",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes.",
"author": "Standard Notes",
"private": true,
"files": [
"dist"
Expand Down

0 comments on commit 572c9b7

Please sign in to comment.