From 8e720289487735c8888040c9c4fc54dbcad1de32 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 5 May 2024 15:40:06 +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 523f085..8f03f66 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-input-bg)") + .fillStyle("#222") .strokeStyle("gray") .lineWidth(2) .antialias(false)