Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat: load studio with the background color set to the color once loaded
Browse files Browse the repository at this point in the history
Signed-off-by: peterpeterparker <[email protected]>
  • Loading branch information
peterpeterparker committed Jan 8, 2020
1 parent 68bcba2 commit 4cae404
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions studio/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
<script nomodule src="/build/app.js"></script>

<link rel="manifest" href="/manifest.json">

<style>
:root {
background: #f4f5f8;
--ion-background-color: #ffffff;
}
</style>

</head>

<body>
Expand Down

0 comments on commit 4cae404

Please sign in to comment.