full white background for vscode custom editor

This commit is contained in:
Vyacheslav Matyukhin 2022-06-17 22:19:17 +03:00
parent 8b25a938e1
commit a538fcabad
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -119,8 +119,8 @@ export class SquiggleEditorProvider implements vscode.CustomTextEditorProvider {
<link href="${styleUri}" rel="stylesheet" />
<title>Squiggle Editor</title>
</head>
<body>
<div id="root" style="background-color: white;"></div>
<body style="background-color: white;">
<div id="root"></div>
<script nonce="${nonce}" src="${scriptUri}"></script>
</body>
</html>`;