minor button visual fix

main
zero01101 2023-08-31 20:12:02 -05:00
parent 7646385163
commit a4a0200f9e
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ const openoutpaintjs = async () => {
const createButton = (tabname = "default", tool = true) => {
const button = document.createElement("button");
button.id = tabname + "_openOutpaint_button";
button.classList.add("lg", "secondary", "gradio-button", "svelte-1e89no8");
button.classList.add("lg", "secondary", "gradio-button", "svelte-cmf5ev");
button.title = "Send image to openOutpaint.";
if (tool) {
button.classList.add("tool");