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

feat: load studio with the background color set to the color once loaded #567

Merged
merged 1 commit into from
Jan 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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