From 84185b35f664ce8120e50e7e01a828403b016929 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 5 May 2024 15:18:08 +0300 Subject: [PATCH] Update spline_editor.js --- web/js/spline_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/spline_editor.js b/web/js/spline_editor.js index ef43e85..523f085 100644 --- a/web/js/spline_editor.js +++ b/web/js/spline_editor.js @@ -391,7 +391,7 @@ function createSplineEditor(context, reset=false) { var vis = new pv.Panel() .width(w) .height(h) - .fillStyle("var(--comfy-menu-bg)") + .fillStyle("var(--comfy-input-bg)") .strokeStyle("gray") .lineWidth(2) .antialias(false)