ui fix for dark mode

pull/15/head
jtydhr88 2023-04-14 22:56:39 -04:00
parent 00c5ab2a54
commit 1fd624c18a
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,10 @@ await _import();
(async function () {
const container = gradioApp().querySelector('#canvas-editor-container');
const parent = container.parentNode;
parent.classList.remove("prose");
const apiKey = gradioApp().querySelector('#canvas-editor-polotno-api-key');
const apiKeyValue = apiKey.value;

View File

@ -15127,4 +15127,5 @@ a > .bp4-dark .bp4-tooltip2 .bp4-running-text code{
#canvas-editor-container {
width: 95vw;
height: 100vh;
color: #1c2127;
}