full white background for vscode custom editor
This commit is contained in:
parent
8b25a938e1
commit
a538fcabad
|
@ -119,8 +119,8 @@ export class SquiggleEditorProvider implements vscode.CustomTextEditorProvider {
|
||||||
<link href="${styleUri}" rel="stylesheet" />
|
<link href="${styleUri}" rel="stylesheet" />
|
||||||
<title>Squiggle Editor</title>
|
<title>Squiggle Editor</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="background-color: white;">
|
||||||
<div id="root" style="background-color: white;"></div>
|
<div id="root"></div>
|
||||||
<script nonce="${nonce}" src="${scriptUri}"></script>
|
<script nonce="${nonce}" src="${scriptUri}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>`;
|
</html>`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user