From 4ea9cb61dd34779de5de5e43b78d493db7eef625 Mon Sep 17 00:00:00 2001 From: BennyKok Date: Fri, 15 Dec 2023 19:33:24 +0800 Subject: [PATCH] fix: comfyui plugin style fix --- web-plugin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-plugin/index.js b/web-plugin/index.js index 967bd30..41a568b 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -191,7 +191,7 @@ function addButton() { const config = document.createElement("button"); config.textContent = "Config"; - config.className = "configbtn"; + deploy.className = "sharebtn"; config.onclick = () => { configDialog.show(); };